Skip to content

Update master

Update master #11

Triggered via pull request December 4, 2023 08:46
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
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#L64
'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: Views/Shared/_LoginPartial.cshtml#L9
Dereference of a possibly null reference.