Skip to content

Merge remote-tracking branch 'template/main' into l07 #52

Merge remote-tracking branch 'template/main' into l07

Merge remote-tracking branch 'template/main' into l07 #52

Triggered via push November 12, 2024 10:51
Status Success
Total duration 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/tests/ToDoList.Test/IntegrationTests/DeleteTests.cs#L12
Remove the underscores from member name ToDoList.Test.IntegrationTests.DeleteTests.Delete_ValidId_ReturnsNoContent() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: ToDoList/tests/ToDoList.Test/IntegrationTests/DeleteTests.cs#L35
Remove the underscores from member name ToDoList.Test.IntegrationTests.DeleteTests.Delete_InvalidId_ReturnsNotFound() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: ToDoList/tests/ToDoList.Test/UnitTests/PutTests.cs#L15
Remove the underscores from member name ToDoList.Test.UnitTests.PutUnitTests.Put_UpdateByIdWhenItemUpdated_ReturnsNoContent() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build: ToDoList/tests/ToDoList.Test/UnitTests/PutTests.cs#L39
Remove the underscores from member name ToDoList.Test.UnitTests.PutUnitTests.Put_UpdateByIdWhenIdNotFound_ReturnsNotFound() (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#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/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/IntegrationTests/PutTests.cs#L13
Remove the underscores from member name ToDoList.Test.IntegrationTests.PutTests.Put_ValidId_ReturnsNoContent() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)