Skip to content

Bump Meziantou.Analyzer from 2.0.205 to 2.0.218 #410

Bump Meziantou.Analyzer from 2.0.205 to 2.0.218

Bump Meziantou.Analyzer from 2.0.205 to 2.0.218 #410

Triggered via pull request September 11, 2025 04:14
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BlazorApp/BlazorApp/Program.cs#L116
Use "Async" suffix in names of methods that return an awaitable type (https://microsoft.github.io/vs-threading/analyzers/VSTHRD200.html)
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.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/Common/Domain/MediatR.Examples/GenericPipelineBehavior.cs#L13
Forward the 'cancellationToken' parameter to the 'Invoke' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
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/Program.cs#L116
Use "Async" suffix in names of methods that return an awaitable type (https://microsoft.github.io/vs-threading/analyzers/VSTHRD200.html)
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.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/Common/Domain/MediatR.Examples/GenericPipelineBehavior.cs#L13
Forward the 'cancellationToken' parameter to the 'Invoke' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
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)