Skip to content

Bump Microsoft.Identity.Web from 4.7.0 to 4.10.0#3448

Merged
gunndabad merged 2 commits into
mainfrom
dependabot/nuget/Microsoft.Identity.Web-4.10.0
Jun 4, 2026
Merged

Bump Microsoft.Identity.Web from 4.7.0 to 4.10.0#3448
gunndabad merged 2 commits into
mainfrom
dependabot/nuget/Microsoft.Identity.Web-4.10.0

Update lock files

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

31 passed, 0 failed and 0 skipped

Tests passed successfully

✅ tests/TeachingRecordSystem.Cli.Tests/TestResults/_runnervmiav63_2026-06-04_08_58_28_net10.0.trx

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

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