Upgrading an application from ASP.NET Core 2.2 to 8.0 (#8) #17
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.
|