Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

WebApiClientCore.Analyzers                  

WebApiClientCore声明接口的语法分析,编译前就分析接口是否符合要求,需要接口现实IHttpApi接口才触发分析

使用方式

/// <summary>
/// 你的接口,记得要实现IHttpApi
/// </summary>
public interface IYourApi : IHttpApi
{
    ...
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.