Skip to content

Bump projects to .NET 8 and package references to latest available #245

Bump projects to .NET 8 and package references to latest available

Bump projects to .NET 8 and package references to latest available #245

Triggered via pull request July 12, 2024 20:55
Status Success
Total duration 1m 38s
Artifacts

dotnet-core.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: DevOps.Util/AzureJsonUtil.cs#L22
Converting null literal or possible null value to non-nullable type.
build: DevOps.Util/AzureJsonUtil.cs#L23
Dereference of a possibly null reference.
build: DevOps.Util/AzureJsonUtil.cs#L23
Possible null reference return.
build: DevOps.Util/AzureJsonUtil.cs#L26
Possible null reference return.
build: DevOps.Util/HelixServer.cs#L73
Converting null literal or possible null value to non-nullable type.
build: DevOps.Util/HelixServer.cs#L81
Dereference of a possibly null reference.
build: DevOps.Status/Startup.cs#L60
Possible null reference argument for parameter 'connectionString' in 'FunctionQueueUtil.FunctionQueueUtil(string connectionString)'.
build: DevOps.Status/Startup.cs#L69
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder SqlServerDbContextOptionsExtensions.UseSqlServer(DbContextOptionsBuilder optionsBuilder, string connectionString, Action<SqlServerDbContextOptionsBuilder>? sqlServerOptionsAction = null)'.
build: DevOps.Status/Startup.cs#L85
Possible null reference assignment.
build: DevOps.Status/Startup.cs#L86
Possible null reference assignment.