Skip to content

Migrate solution from .NET 7 to .NET 9 #114

Migrate solution from .NET 7 to .NET 9

Migrate solution from .NET 7 to .NET 9 #114

Triggered via pull request August 10, 2026 11:44
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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@v4, actions/setup-dotnet@v4. 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)'.