Skip to content

Add sample project demonstrating standalone SSG on a Blazor web site. #55

Add sample project demonstrating standalone SSG on a Blazor web site.

Add sample project demonstrating standalone SSG on a Blazor web site. #55

Triggered via push December 8, 2023 07:02
Status Success
Total duration 58s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/Samples/BlazorSSG/Components/Pages/Weather.razor#L20
Dereference of a possibly null reference.
build: src/Samples/BlazorSSG/Components/Pages/Weather.razor#L35
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: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/AspNetStatic/EncodingType.cs#L31
'Encoding.UTF7' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
build: src/Samples/BlazorSSG/Components/Pages/Weather.razor#L20
Dereference of a possibly null reference.
build: src/Samples/BlazorSSG/Components/Pages/Weather.razor#L35
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.