Skip to content

Fix missing new on Result.Error (#194) #294

Fix missing new on Result.Error (#194)

Fix missing new on Result.Error (#194) #294

Triggered via push September 11, 2024 17:45
Status Failure
Total duration 1m 54s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
No files were found with the provided path: code-coverage-results.md. No artifacts will be uploaded.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/Ardalis.Result/ErrorList.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: sample/Ardalis.Result.SampleWeb/Program.cs#L65
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb.FunctionalTests/PersonControllerCreate.cs#L45
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb.FunctionalTests/WeatherForecastControllerPost.cs#L79
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb.FunctionalTests/WeatherForecastControllerPost.cs#L36
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb.FunctionalTests/WeatherForecastControllerPost.cs#L96
Dereference of a possibly null reference.
build: sample/Ardalis.Result.SampleWeb.FunctionalTests/PersonControllerDelete.cs#L53
Dereference of a possibly null reference.