po lekci 10 #71
Annotations
10 warnings
build:
ToDoList/src/ToDoList.Domain/Models/ToDoItem.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ToDoList/src/ToDoList.Domain/Models/ToDoItem.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ToDoList/src/ToDoList.Persistence/Repositories/ToDoItemsRepository.cs#L24
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
build:
ToDoList/src/ToDoList.Frontend/Views/ToDoItemView.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ToDoList/src/ToDoList.Frontend/Views/ToDoItemView.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ToDoList/src/ToDoList.Frontend/Components/Pages/EditToDoItem.razor#L24
Possible null reference assignment.
|
build:
ToDoList/src/ToDoList.Frontend/Components/Pages/EditToDoItem.razor#L31
Non-nullable property 'ToDoItem' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
ToDoList/tests/ToDoList.Test/UnitTests/GetByIdTests.cs#L15
Remove the underscores from member name ToDoList.Test.UnitTests.GetByIdUnitTests.Get_ReadByIdWhenSomeItemAvailable_ReturnsOk() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
build:
ToDoList/tests/ToDoList.Test/UnitTests/DeleteTests.cs#L14
Remove the underscores from member name ToDoList.Test.UnitTests.DeleteUnitTests.Delete_DeleteByIdValidItemId_ReturnsNoContent() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
build:
ToDoList/tests/ToDoList.Test/UnitTests/DeleteTests.cs#L32
Remove the underscores from member name ToDoList.Test.UnitTests.DeleteUnitTests.Delete_DeleteByIdInvalidItemId_ReturnsNotFound() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|