Skip to content

fix more warnings

fix more warnings #23

Triggered via push December 3, 2025 19:10
Status Success
Total duration 1m 30s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
build-and-push: src/Playground/Playground.Blazor/Components/Pages/Weather.razor#L46
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-and-push: src/Playground/Playground.Blazor/Components/Pages/Weather.razor#L45
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-and-push: src/Playground/Playground.Blazor/Components/Pages/Weather.razor#L50
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L82
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L42
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L187
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L6
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L19
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/Playground/Playground.Blazor/Services/BffAuth.cs#L12
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build-and-push: src/BuildingBlocks/Persistence/DatabaseOptionsStartupLogger.cs#L13
Missing XML comment for publicly visible type or member 'DatabaseOptionsStartupLogger.DatabaseOptionsStartupLogger(ILogger<DatabaseOptionsStartupLogger>, IOptions<DatabaseOptions>)'
build-and-push: src/BuildingBlocks/Persistence/DatabaseOptionsStartupLogger.cs#L8
Missing XML comment for publicly visible type or member 'DatabaseOptionsStartupLogger'
build-and-push: src/BuildingBlocks/Persistence/Context/BaseDbContext.cs#L39
Missing XML comment for publicly visible type or member 'BaseDbContext.SaveChangesAsync(CancellationToken)'
build-and-push: src/BuildingBlocks/Persistence/Context/BaseDbContext.cs#L26
Missing XML comment for publicly visible type or member 'BaseDbContext.OnConfiguring(DbContextOptionsBuilder)'
build-and-push: src/BuildingBlocks/Persistence/Context/BaseDbContext.cs#L20
Missing XML comment for publicly visible type or member 'BaseDbContext.OnModelCreating(ModelBuilder)'
build-and-push: src/BuildingBlocks/Persistence/Context/BaseDbContext.cs#L12
Missing XML comment for publicly visible type or member 'BaseDbContext.BaseDbContext(IMultiTenantContextAccessor<AppTenantInfo>, DbContextOptions, IOptions<DatabaseOptions>, IHostEnvironment)'
build-and-push: src/BuildingBlocks/Persistence/Context/BaseDbContext.cs#L12
Missing XML comment for publicly visible type or member 'BaseDbContext'
build-and-push: src/BuildingBlocks/Persistence/ConnectionStringValidator.cs#L14
Missing XML comment for publicly visible type or member 'ConnectionStringValidator.TryValidate(string, string?)'
build-and-push: src/BuildingBlocks/Persistence/ConnectionStringValidator.cs#L9
Missing XML comment for publicly visible type or member 'ConnectionStringValidator.ConnectionStringValidator(IOptions<DatabaseOptions>, ILogger<ConnectionStringValidator>)'
build-and-push: src/BuildingBlocks/Persistence/ConnectionStringValidator.cs#L9
Missing XML comment for publicly visible type or member 'ConnectionStringValidator'