Skip to content

Bump projects to .NET 8 and package references to latest available (#… #79

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

Bump projects to .NET 8 and package references to latest available (#… #79

Triggered via push July 12, 2024 22:28
Status Success
Total duration 3m 38s
Artifacts
build-and-deploy
3m 27s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
build-and-deploy
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-and-deploy
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-and-deploy: DevOps.Util/AzureJsonUtil.cs#L22
Converting null literal or possible null value to non-nullable type.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L23
Dereference of a possibly null reference.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L23
Possible null reference return.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L26
Possible null reference return.
build-and-deploy: DevOps.Util/HelixServer.cs#L73
Converting null literal or possible null value to non-nullable type.
build-and-deploy: DevOps.Util/HelixServer.cs#L81
Dereference of a possibly null reference.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L22
Converting null literal or possible null value to non-nullable type.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L23
Dereference of a possibly null reference.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L23
Possible null reference return.
build-and-deploy: DevOps.Util/AzureJsonUtil.cs#L26
Possible null reference return.
build-and-deploy: DevOps.Status/Util/DotNetQueryUtilFactory.cs#L28
Possible null reference argument for parameter 'token' in 'AuthorizationToken.AuthorizationToken(AuthorizationKind authorizationKind, string token)'.
build-and-deploy: DevOps.Status/Startup.cs#L60
Possible null reference argument for parameter 'connectionString' in 'FunctionQueueUtil.FunctionQueueUtil(string connectionString)'.
build-and-deploy: 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-and-deploy: DevOps.Status/Startup.cs#L85
Possible null reference assignment.
build-and-deploy: DevOps.Status/Startup.cs#L86
Possible null reference assignment.