Skip to content

Bump Microsoft.AspNetCore.OpenApi from 7.0.3 to 7.0.15 #75

Bump Microsoft.AspNetCore.OpenApi from 7.0.3 to 7.0.15

Bump Microsoft.AspNetCore.OpenApi from 7.0.3 to 7.0.15 #75

GitHub Actions / .Net Unit Tests succeeded Jan 9, 2024 in 1s

.Net Unit Tests ✅

Tests passed successfully

✅ src/Tasks/TestResults/test-results.trx

8 tests were completed in 1s with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Tasks.TaskServiceTests 8✅ 6ms

✅ Tasks.TaskServiceTests

✅ Create_Task_Requires_NonEmpty_Title(taskTitle: "")
✅ Create_Task_Requires_NonEmpty_Title(taskTitle: null)
✅ Create_Task_WithTitle
✅ GetTasks_EmptyList
✅ TaskCount_EmptyList
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 1)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 10)
✅ TaskCount_Increments_AfterCreatingTasks(tasksToCreate: 2)