Skip to content
Triggered via pull request November 29, 2023 18:56
@shashinmashashinma
opened #8
dev
Status Success
Total duration 2m 23s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
build: Views/Shared/_LoginPartial.cshtml#L9
Dereference of a possibly null reference.
build: Views/PhoneBook/Index.cshtml#L28
Dereference of a possibly null reference.
build: Program.cs#L106
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#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.'