Skip to content

Update resource links page (#335) #492

Update resource links page (#335)

Update resource links page (#335) #492

Triggered via push October 10, 2024 18:42
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Program.cs#L13
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder SqlServerDbContextOptionsExtensions.UseSqlServer(DbContextOptionsBuilder optionsBuilder, string connectionString, Action<SqlServerDbContextOptionsBuilder>? sqlServerOptionsAction = null)'.
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#L45
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.