Skip to content

Regenerate

Regenerate #11

Triggered via push January 13, 2025 21:22
Status Success
Total duration 2m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: lib/Middleware/HttpMessageFormatter.cs#L110
Possible null reference return.
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/Utilities/ConsoleHttpMessageLogger.cs#L7
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/Utilities/DotNetILoggerHttpMessageLogger.cs#L20
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/Utilities/StringBuilderHttpMessageLogger.cs#L17
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: test/ResourceManager.cs#L11
Possible null reference return.
build: test/HubSitesRequestTests.cs#L15
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: test/SitePagesRequestTests.cs#L20
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: test/SitePagesRequestTests.cs#L43
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.