Added CriticalError to ResultStatuses (#140) #183
Annotations
1 error and 11 warnings
|
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
sample/Ardalis.Result.SampleWeb/Pages/Index.cshtml.cs#L10
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
sample/Ardalis.Result.SampleWeb/MediatrApi/WeatherForecastController.cs#L49
Non-nullable property 'PostalCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading