Changes News to Know to News (#348) #518
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
PC2/Areas/Identity/Pages/Account/Logout.cshtml.cs#L24
Cannot convert null literal to non-nullable reference type.
|
build:
PC2/Controllers/ResourcesController.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build:
PC2/Models/IEmailSender.cs#L30
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#L32
Converting null literal or possible null value to non-nullable type.
|
build:
PC2/Models/People.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
PC2/Models/CalendarEvent.cs#L62
Dereference of a possibly null reference.
|
build:
PC2/Models/Board.cs#L5
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/Models/AgencyCategory.cs#L19
Non-nullable property 'AgencyCategoryName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
PC2/Models/Agency.cs#L116
Possible null reference argument for parameter 'input' in 'bool Regex.IsMatch(string input)'.
|