fixed update bug #70
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/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/GetByIdTests.cs#L33
Remove the underscores from member name ToDoList.Test.UnitTests.GetByIdUnitTests.Get_ReadByIdWhenItemIsNull_ReturnsNotFound() (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)
|
build:
ToDoList/tests/ToDoList.Test/IntegrationTests/PostTests.cs#L12
Remove the underscores from member name ToDoList.Test.IntegrationTests.PostTests.Post_ValidRequest_ReturnsNewItem() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|