Skip to content

Add Created.Result (#177) #248

Add Created.Result (#177)

Add Created.Result (#177) #248

Triggered via push May 13, 2024 18:34
Status Failure
Total duration 1m 38s
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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
No files were found with the provided path: code-coverage-results.md. No artifacts will be uploaded.
build: sample/Ardalis.Result.Sample.Core/DTOs/CreatePersonRequestDto.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/DTOs/CreatePersonRequestDto.cs#L6
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/Model/Person.cs#L9
Non-nullable property 'Surname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/Model/Person.cs#L10
Non-nullable property 'Forename' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/Model/Person.cs#L12
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/DTOs/ForecastRequestDto.cs#L9
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/Model/WeatherForecast.cs#L13
Non-nullable property 'Summary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/Exceptions/ForecastRequestInvalidException.cs#L15
Non-nullable property 'ValidationErrors' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/DTOs/ForecastRequestDto.cs#L9
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: sample/Ardalis.Result.Sample.Core/DTOs/CreatePersonRequestDto.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.