Skip to content

Remove typespec, update README #51

Remove typespec, update README

Remove typespec, update README #51

Triggered via push January 24, 2025 14:37
Status Success
Total duration 2m 31s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

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)'.