Skip to content

upgrade to dotnet 8.0 #228

upgrade to dotnet 8.0

upgrade to dotnet 8.0 #228

Triggered via pull request May 15, 2024 14:39
Status Failure
Total duration 18m 32s
Artifacts 1

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Deployment protection rules

Reviewers, timers, and other rules protecting deployments in this run
Event Environments Comment
paule96
approved May 15, 2024
Azure Infra

Annotations

2 errors and 24 warnings
Deploy Job
ERROR: {"status":"Failed","error":{"code":"DeploymentFailed","target":"/subscriptions/***/resourceGroups/pajetestfileshare2/providers/Microsoft.Resources/deployments/pr","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"ResourceDeploymentFailure","target":"/subscriptions/***/resourceGroups/pajetestfileshare2/providers/Microsoft.Resources/deployments/webappdeployment","message":"The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'.","details":[{"code":"DeploymentOutputEvaluationFailed","target":"/subscriptions/***/resourceGroups/pajetestfileshare2/providers/Microsoft.Resources/deployments/webappdeployment","message":"Unable to evaluate template outputs: 'staticWebAppHost'. Please see error details and deployment operations. Please see https://aka.ms/arm-common-errors for usage details.","details":[{"code":"DeploymentOutputEvaluationFailed","target":"staticWebAppHost","message":"The template output 'staticWebAppHost' is not valid: The language expression property 'outputs' doesn't exist, available properties are 'provisioningState, azPowerShellVersion, scriptContent, arguments, retentionInterval, timeout, containerSettings, status, cleanupPreference'.."}]}]}]}}
Deploy Job
Deployment failed.
build_only
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build_only
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L92
Non-nullable property 'api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L93
Non-nullable property 'requestId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L94
Non-nullable property 'eTag' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L95
Non-nullable property 'contentType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L97
Non-nullable property 'blobType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L98
Non-nullable property 'url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L99
Non-nullable property 'sequencer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L100
Non-nullable property 'storageDiagnostics' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange.Api/AddMetadata.cs#L105
Non-nullable property 'batchId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L54
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L54
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L68
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L68
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L84
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L84
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L92
For improved performance, use the LoggerMessage delegates instead of calling 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1848)
build_only: src/CZ.Azure.FileExchange/Pages/Download.razor.cs#L92
The logging message template should not vary between calls to 'LoggerExtensions.LogWarning(ILogger, string?, params object?[])' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2254)
build_only: src/CZ.Azure.FileExchange/Pages/Index.razor.cs#L15
Change type of field 'fileInputs' from 'System.Collections.Generic.IList<string>' to 'System.Collections.Generic.List<string>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build_only: src/CZ.Azure.FileExchange/Pages/Index.razor.cs#L81
Type 'File' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
Deploy Job
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: azure/login@v1, actions/checkout@v2, crazy-max/ghaction-github-runtime@v2, Azure/arm-deploy@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Deploy Job
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "artifact". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
artifact
16.3 MB