Net Core 3.0 early adopters Guide

  1. swagger

.Net Core 3.0 of swagger, must refer to 5.0.0 and above. You can view version Nuget official website. The latest version (2019-9-25) 5.0.0rc3

Install-Package Swashbuckle.AspNetCore.Swagger -Version 5.0.0-rc3

Install-Package Swashbuckle.AspNetCore.SwaggerUi -Version 5.0.0-rc3
  1. Read the configuration file
    appsettings.json json configuration module defined to map to Model, eliminating their turn to read out the physical trouble. But then, both sides must be the same name.
    Specific reference: here

  2. gRPC
    specific reference: Here

I can see the demo: here

Guess you like

Origin www.cnblogs.com/YamatAmain/p/11583492.html