Resource guide results #483
Merged
Annotations
10 warnings
|
Build:
PC2/Models/AzureBlobUploader.cs#L20
Non-nullable field '_containerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
PC2/Models/AzureBlobUploader.cs#L22
Possible null reference assignment.
|
|
Build:
PC2/Models/CalendarEvent.cs#L62
Dereference of a possibly null reference.
|
|
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/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