Skip to content

Bump actions/download-artifact from 3 to 4 #4

Bump actions/download-artifact from 3 to 4

Bump actions/download-artifact from 3 to 4 #4

Triggered via pull request March 3, 2024 23:20
Status Failure
Total duration 1m 2s
Artifacts

dotnet.yml

on: pull_request
build-project
53s
build-project
deploy-development
0s
deploy-development
deploy-production
0s
deploy-production
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-project
Process completed with exit code 1.
build-project
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-project: src/AzureNamer.Shared/Extensions/StringExtensions.cs#L97
Cannot convert null literal to non-nullable reference type.
build-project: src/AzureNamer.Shared/Extensions/StringExtensions.cs#L127
Cannot convert null literal to non-nullable reference type.
build-project: src/AzureNamer.Shared/Extensions/EnumerableExtensions.cs#L9
Possible null reference return.
build-project: src/AzureNamer.Shared/Extensions/EnumerableExtensions.cs#L22
Dereference of a possibly null reference.
build-project: src/AzureNamer.Shared/Extensions/StringConvert.cs#L521
Converting null literal or possible null value to non-nullable type.
build-project: src/AzureNamer.Client/Pages/Organizations/Components/OrganizationContainer.razor.cs#L57
Possible null reference argument for parameter 'model' in 'EditContext.EditContext(object model)'.
build-project: src/AzureNamer.Client/Pages/Organizations/Components/OrganizationContainer.razor.cs#L58
Nullability of reference types in type of parameter 'sender' of 'void OrganizationContainer.HandleFormChange(object sender, FieldChangedEventArgs args)' doesn't match the target delegate 'EventHandler<FieldChangedEventArgs>' (possibly because of nullability attributes).
build-project: src/AzureNamer.Client/Pages/Organizations/Create.razor.cs#L38
Possible null reference argument for parameter 'model' in 'EditContext.EditContext(object model)'.