Staff photos #470
Merged
Staff photos #470
Annotations
10 warnings
|
Build:
PC2/Models/Agency.cs#L132
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
Build:
PC2/Models/Agency.cs#L116
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|
|
Build:
PC2/Controllers/ResourcesController.cs#L36
Dereference of a possibly null reference.
|
|
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#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/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