NBW 程序集扫描和代码分析拓展插件。
$ dotnet add package NBW.CodeAnalysis中 | En
An application framework that you can integrate into any .NET/C# application.
dotnet add package NBW
We have several examples on the website. Here is the first one to get you started:
Serve.Run();
[DynamicApiController]
public class HelloService
{
public string Say() => "Hello, NBW";
}
Open browser access http://localhost:5000.