Skip to content

Adds missing ResultVoid CriticalError (#147) #191

Adds missing ResultVoid CriticalError (#147)

Adds missing ResultVoid CriticalError (#147) #191

Triggered via push September 22, 2023 15:21
Status Success
Total duration 1m 42s
Artifacts 1

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Ardalis.Result/Result.Void.cs#L171
'Result.CriticalError(params string[])' hides inherited member 'Result<Result>.CriticalError(params string[])'. Use the new keyword if hiding was intended.
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.
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/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/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/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.SampleWeb/Program.cs#L65
Dereference of a possibly null reference.

Artifacts

Produced during runtime
Name Size
code-coverage-results Expired
360 Bytes