Skip to content

Bump Swashbuckle.AspNetCore from 6.6.2 to 10.2.1#3465

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Swashbuckle.AspNetCore-10.2.1
Closed

Bump Swashbuckle.AspNetCore from 6.6.2 to 10.2.1#3465
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Swashbuckle.AspNetCore-10.2.1

Bump Swashbuckle.AspNetCore from 6.6.2 to 10.2.1

dca5952
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / Cli.Tests test results succeeded Jun 10, 2026 in 0s

31 passed, 0 failed and 0 skipped

Tests passed successfully

✅ tests/TeachingRecordSystem.Cli.Tests/TestResults/_runnervmiav63_2026-06-10_09_06_45_net10.0.trx

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

Test suite Passed Failed Skipped Time
TeachingRecordSystem.Cli.Tests.CommandTests.AddTrnRangeTests 14✅ 4s
TeachingRecordSystem.Cli.Tests.CommandTests.AppContentTests 8✅ 249ms
TeachingRecordSystem.Cli.Tests.CommandTests.CorrectQualificationStartDateTests 4✅ 584ms
TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests 3✅ 2s
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.AppContentTests

✅ Export_WithInvalidUserId_ReturnsError
✅ Export_WithValidUserId_ExportsAppContentToStdout
✅ Export_WithValidUserIdAndFile_ExportsAppContentToFile
✅ Import_WithExistingAppContent_OverwritesAppContent
✅ Import_WithInvalidJson_ReturnsError
✅ Import_WithInvalidUserId_ReturnsError
✅ Import_WithNonExistentFile_ReturnsError
✅ Import_WithValidJsonFile_ImportsAppContent

✅ TeachingRecordSystem.Cli.Tests.CommandTests.CorrectQualificationStartDateTests

✅ MissingImportFileNameOption_ReturnsError
✅ MissingOutputFileNameOption_ReturnsError
✅ ValidImportFile_EachRowAmendsStartDate
✅ ValidImportFile_StartDateMismatch_DoesNotCorrectStartDate

✅ TeachingRecordSystem.Cli.Tests.CommandTests.CreateImportClaimTestDataTests

✅ MissingImportFileNameOption_ReturnsError
✅ MissingOutputFileNameOption_ReturnsError
✅ ValidImportFile_EachRowCreatesPersonWithMatchingDetails

✅ TeachingRecordSystem.Cli.Tests.CommandTests.DeleteSupportTaskTests

✅ TaskDoesNotExist_ReturnsError
✅ ValidInvocation_DeletesSupportTask