Calendar Update #475
Merged
Calendar Update #475
Annotations
10 warnings
|
Build:
PC2/Areas/Identity/Pages/Account/Manage/_Layout.cshtml#L4
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Models/People.cs#L98
Non-nullable property 'MembershipStart' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
PC2/Views/Shared/_Layout.cshtml#L27
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Views/Shared/_Layout.cshtml#L26
Converting null literal or possible null value to non-nullable type.
|
|
Build:
PC2/Areas/Identity/Pages/Account/Logout.cshtml#L10
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#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