Skip to content

Add a lesser admin to edit and create staff members #525

Add a lesser admin to edit and create staff members

Add a lesser admin to edit and create staff members #525

Triggered via pull request December 11, 2024 02:40
Status Failure
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
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/Controllers/ResourcesController.cs#L36
Dereference of a possibly null reference.
build: PC2/Controllers/ResourcesController.cs#L95
Dereference of a possibly null reference.
build: PC2/Controllers/ResourcesController.cs#L111
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.