Skip to content

Upgrading an application from ASP.NET Core 2.2 to 8.0 (#8) #17

Upgrading an application from ASP.NET Core 2.2 to 8.0 (#8)

Upgrading an application from ASP.NET Core 2.2 to 8.0 (#8) #17

Triggered via push January 23, 2024 14:07
Status Success
Total duration 37s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Areas/Identity/Pages/Account/Login.cshtml.cs#L52
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Login.cshtml.cs#L69
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Logout.cshtml.cs#L29
Cannot convert null literal to non-nullable reference type.
build: Areas/Identity/Pages/Account/Register.cshtml.cs#L65
Cannot convert null literal to non-nullable reference type.
build: Models/BookEntry.cs#L18
Non-nullable property 'PersonnelNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L22
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L26
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L30
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/SampleData.cs#L39
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Data/SampleData.cs#L40
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.