Upgrade to .NET 8 and remediate high-severity dependency vulnerabilities #119
Annotations
7 warnings
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build:
tests/WebApi.Tests/EducationsControllerTests.cs#L170
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/WebApi.Tests/EducationsControllerTests.cs#L107
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/WebApi/Program.cs#L16
Possible null reference argument for parameter 'connectionString' in 'IHealthChecksBuilder NpgSqlHealthCheckBuilderExtensions.AddNpgSql(IHealthChecksBuilder builder, string connectionString, string healthQuery = "SELECT 1;", Action<NpgsqlConnection>? configure = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|
|
build:
tests/WebApi.Tests/EducationsControllerTests.cs#L170
Cannot convert null literal to non-nullable reference type.
|
|
build:
tests/WebApi.Tests/EducationsControllerTests.cs#L107
Cannot convert null literal to non-nullable reference type.
|
|
build:
src/WebApi/Program.cs#L16
Possible null reference argument for parameter 'connectionString' in 'IHealthChecksBuilder NpgSqlHealthCheckBuilderExtensions.AddNpgSql(IHealthChecksBuilder builder, string connectionString, string healthQuery = "SELECT 1;", Action<NpgsqlConnection>? configure = null, string? name = null, HealthStatus? failureStatus = null, IEnumerable<string>? tags = null, TimeSpan? timeout = null)'.
|