Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 8.0.10 to 8.0.12 #354
Annotations
9 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Common/Domain/MediatR.Examples/ExceptionHandler/ExceptionsHandlersOverrides.cs#L5
Rename namespace MediatR.Examples.ExceptionHandler.Overrides so that it no longer conflicts with the reserved language keyword 'Overrides'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
src/BlazorApp/BlazorApp.Client/Pages/Weather.razor#L54
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
build:
src/BlazorApp/BlazorApp.Client/Pages/Weather.razor#L55
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
build:
src/BlazorApp/BlazorApp/Program.cs#L116
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|
build:
src/Common/Domain/MediatR.Examples/ExceptionHandler/ExceptionsHandlersOverrides.cs#L5
Rename namespace MediatR.Examples.ExceptionHandler.Overrides so that it no longer conflicts with the reserved language keyword 'Overrides'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
build:
src/BlazorApp/BlazorApp.Client/Pages/Weather.razor#L54
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
build:
src/BlazorApp/BlazorApp.Client/Pages/Weather.razor#L55
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
build:
src/BlazorApp/BlazorApp/Program.cs#L116
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
|