Skip to content

Replace Swashbuckle attributes with ASP.NET Core equivalents (#3180)

217d461
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Replace Swashbuckle #3179

Replace Swashbuckle attributes with ASP.NET Core equivalents (#3180)
217d461
Select commit
Loading
Failed to load commit list.
GitHub Actions / Cli.Tests test results succeeded Feb 27, 2026 in 1s

19 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TeachingRecordSystem/tests/TeachingRecordSystem.Cli.Tests/TestResults/_runnervmnelt9_2026-02-27_16_30_25.trx

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

Test suite Passed Failed Skipped Time
TeachingRecordSystem.Cli.Tests.CommandTests.AddTrnRangeTests 14✅ 4s
TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests 3✅ 1s
TeachingRecordSystem.Cli.Tests.CommandTests.DeleteSupportTaskTests 2✅ 1s

✅ TeachingRecordSystem.Cli.Tests.CommandTests.AddTrnRangeTests

✅ InvalidFrom_ReturnsError(from: -1)
✅ InvalidFrom_ReturnsError(from: 0)
✅ InvalidFrom_ReturnsError(from: 10000000)
✅ InvalidFrom_ReturnsError(from: 999999)
✅ InvalidTo_ReturnsError(to: -1)
✅ InvalidTo_ReturnsError(to: 0)
✅ InvalidTo_ReturnsError(to: 10000000)
✅ InvalidTo_ReturnsError(to: 999999)
✅ NextGreaterThanTo_ReturnsError
✅ NextLessThanFrom_ReturnsError
✅ ToEqualToFrom_ReturnsError
✅ ToLessThanFrom_ReturnsError
✅ ValidInvocationWithExplicitNext_AddsTrnRangeToDb
✅ ValidInvocationWithoutNext_AddsTrnRangeToDb

✅ TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests

✅ MissingImportFileNameOption_ReturnsError
✅ MissingOutputFileNameOption_ReturnsError
✅ ValidImportFile_EachRowCreatesPersonWithMatchingDetails

✅ TeachingRecordSystem.Cli.Tests.CommandTests.DeleteSupportTaskTests

✅ TaskDoesNotExist_ReturnsError
✅ ValidInvocation_DeletesSupportTask