Remove typespec, update README #51
Annotations
4 warnings
build:
sample/SiteDesign.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
sample/Program.cs#L14
Possible null reference argument for parameter 'contentRoot' in 'IHostBuilder HostingHostBuilderExtensions.UseContentRoot(IHostBuilder hostBuilder, string contentRoot)'.
|
build:
sample/SiteDesign.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
sample/Program.cs#L14
Possible null reference argument for parameter 'contentRoot' in 'IHostBuilder HostingHostBuilderExtensions.UseContentRoot(IHostBuilder hostBuilder, string contentRoot)'.
|