Unit tests #8
Annotations
4 warnings
|
Unit tests (10.0.x):
CodingFlow.FluentValidation/Validators/EqualValidator.cs#L15
Dereference of a possibly null reference.
|
|
Unit tests (10.0.x):
CodingFlow.FluentValidation/ValidationResult.cs#L6
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Unit tests (10.0.x):
CodingFlow.FluentValidation/Validators/EqualValidator.cs#L15
Dereference of a possibly null reference.
|
|
Unit tests (10.0.x):
CodingFlow.FluentValidation/ValidationResult.cs#L6
Non-nullable property 'Errors' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|