This repository was archived by the owner on Sep 18, 2025. It is now read-only.
Devz #59
Closed
Devz #59
Annotations
1 error and 10 warnings
|
|
|
DotnetViewComponents/ViewComponents/NHS/TextInputViewComponent.cs#L40
Dereference of a possibly null reference.
|
|
DotnetViewComponents/ViewModels/NHS/RadiosViewModel.cs#L8
Non-nullable property 'RequiredClientSideErrorMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DotnetViewComponents/ViewModels/NHS/RadiosViewModel.cs#L30
Possible null reference assignment.
|
|
DotnetViewComponents/ViewModels/NHS/TextAreaViewModel.cs#L8
Non-nullable property 'MaxLengthClientSideErrorMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DotnetViewComponents/ViewModels/NHS/TextAreaViewModel.cs#L36
Possible null reference assignment.
|
|
DotnetViewComponents/ViewModels/PaginationViewModel.cs#L8
Non-nullable property 'NextUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DotnetViewComponents/ViewModels/PaginationViewModel.cs#L8
Non-nullable property 'PreviousUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
DotnetViewComponents/ViewComponents/NHS/RadioListViewComponent.cs#L19
Cannot convert null literal to non-nullable reference type.
|
|
DotnetViewComponents/ViewComponents/NHS/CheckboxesViewComponent.cs#L17
Cannot convert null literal to non-nullable reference type.
|
|
|
The logs for this run have expired and are no longer available.
Loading