Remove placeholder message and fix typo in Governor link #476
Annotations
10 warnings
|
Build:
PC2/Controllers/ResourcesController.cs#L111
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L95
Dereference of a possibly null reference.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L36
Dereference of a possibly null reference.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L180
Non-nullable property 'SearchType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L179
Non-nullable property 'LinkUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
PC2/Models/IEmailSender.cs#L32
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Models/IEmailSender.cs#L31
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Models/IEmailSender.cs#L30
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L13
Cannot convert null literal to non-nullable reference type.
|
|
Build:
PC2/Areas/Identity/Pages/Account/Logout.cshtml.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Loading