deps(nuget): Bump Microsoft.AspNetCore.Authentication.JwtBearer and 6 others - #59
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps(nuget): Bump Microsoft.AspNetCore.Authentication.JwtBearer and 6 others#59dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
GitHub Actions / .NET Test Results
succeeded
Jan 5, 2026 in 0s
11 passed, 0 failed and 0 skipped
✅ ./TestResults/test-results.trx
11 tests were completed in 17s with 11 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| Luminous.Api.Tests.Controllers.FamiliesControllerTests | 1✅ | 365ms | ||
| Luminous.Api.Tests.Helpers.RedisConnectionHelperTests | 10✅ | 162ms |
✅ Luminous.Api.Tests.Controllers.FamiliesControllerTests
✅ Create_WithValidCommand_ShouldReturnCreatedResult
✅ Luminous.Api.Tests.Helpers.RedisConnectionHelperTests
✅ ConvertToStackExchangeFormat_VariousUrls_ShouldExtractHostCorrectly(url: "redis://:pass@localhost:6379", expectedHost: "localhost:6379")
✅ ConvertToStackExchangeFormat_VariousUrls_ShouldExtractHostCorrectly(url: "rediss://:pass@host:6380", expectedHost: "host:6380")
✅ ConvertToStackExchangeFormat_VariousUrls_ShouldExtractHostCorrectly(url: "rediss://:pass@my-redis.redis.cache.windows.net:63"···, expectedHost: "my-redis.redis.cache.windows.net:6380")
✅ ConvertToStackExchangeFormat_WithDefaultPort_ShouldUseCorrectDefault
✅ ConvertToStackExchangeFormat_WithMalformedUrl_ShouldThrowArgumentException
✅ ConvertToStackExchangeFormat_WithNonSslUrl_ShouldConvertWithoutSsl
✅ ConvertToStackExchangeFormat_WithNullOrEmpty_ShouldReturnSameValue
✅ ConvertToStackExchangeFormat_WithSslUrl_ShouldConvertCorrectly
✅ ConvertToStackExchangeFormat_WithStackExchangeFormat_ShouldPassThrough
✅ ConvertToStackExchangeFormat_WithUrlEncodedPassword_ShouldDecodePassword
Loading