Skip to content

Dev (#11)

Dev (#11) #10

Triggered via push November 30, 2023 15:43
Status Success
Total duration 47s
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: Program.cs#L82
'DatabaseErrorPageExtensions.UseDatabaseErrorPage(IApplicationBuilder)' is obsolete: 'This is obsolete and will be removed in a future version. Use DatabaseDeveloperPageExceptionFilter instead, see documentation at https://aka.ms/DatabaseDeveloperPageExceptionFilter.'
build: Models/BookEntry.cs#L19
Non-nullable property 'PersonnelNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L23
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L27
Non-nullable property 'Position' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntry.cs#L31
Non-nullable property 'Department' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Models/BookEntriesViewModel.cs#L5
Non-nullable property 'BookEntries' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.