Dev (#5) #5
Annotations
10 warnings
build:
Program.cs#L77
'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.
|
build:
Controllers/PhoneBookController.cs#L191
Possible null reference argument for parameter 'entity' in 'EntityEntry<BookEntry> DbSet<BookEntry>.Remove(BookEntry entity)'.
|
build:
Views/PhoneBook/Index.cshtml#L37
Dereference of a possibly null reference.
|
build:
Program.cs#L101
Calling 'BuildServiceProvider' from application code results in an additional copy of singleton services being created. Consider alternatives such as dependency injecting services as parameters to 'Configure'. (https://aka.ms/AA5k895)
|
build:
Program.cs#L77
'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.'
|