1 file changed
+1
-1
lines changedSubmodule testprojects updated 28 files
- .github/dependabot.yml+1-1
- Directory.Packages.props+3-3
- HealthChecks.sln+22
- README.md+9-1
- benchmarks/Benchmarks.HealthChecks/Benchmarks.HealthChecks.csproj+20
- benchmarks/Benchmarks.HealthChecks/Benchmarks/SqlServer.cs+95
- benchmarks/Benchmarks.HealthChecks/Internals/BenchmarkHealthCheckService.cs+110
- benchmarks/Benchmarks.HealthChecks/Internals/NetEvolveConfig.cs+24
- benchmarks/Benchmarks.HealthChecks/Program.cs+4
- benchmarks/Directory.Build.props+1
- benchmarks/Directory.Build.targets+1
- benchmarks/Directory.Packages.props+6
- src/NetEvolve.HealthChecks.Keycloak/KeycloakClientCreationMode.cs+5-1
- src/NetEvolve.HealthChecks.Keycloak/KeycloakClientProvider.cs+4-1
- src/NetEvolve.HealthChecks.Keycloak/KeycloakConfigure.cs+2-2
- src/NetEvolve.HealthChecks.Keycloak/KeycloakOptions.cs+3-3
- tests/NetEvolve.HealthChecks.Tests.Integration/Keycloak/KeycloakHealthCheckBaseTests.cs+5-5
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakCustomCredentialsHealthCheck.AddKeycloak_UseConfiguration_BaseAddressEmpty_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakCustomCredentialsHealthCheck.AddKeycloak_UseConfiguration_PasswordNull_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakCustomCredentialsHealthCheck.AddKeycloak_UseConfiguration_UsernameNull_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakCustomCredentialsHealthCheck.AddKeycloak_UseOptionsWithUsernameAndPasswordMode_Healthy.verified.txt
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakDefaultCredentialsHealthCheck.AddKeycloak_UseConfiguration_BaseAddressEmpty_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakDefaultCredentialsHealthCheck.AddKeycloak_UseConfiguration_PasswordNull_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakDefaultCredentialsHealthCheck.AddKeycloak_UseConfiguration_UsernameNull_ThrowsException.verified.txt+1-1
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/KeycloakDefaultCredentialsHealthCheck.AddKeycloak_UseOptionsWithUsernameAndPasswordMode_Healthy.verified.txt
- tests/NetEvolve.HealthChecks.Tests.Integration/_snapshots/NetEvolve.HealthChecks.Keycloak.PublicApi_HasNotChanged_Theory.verified.txt+3
- tests/NetEvolve.HealthChecks.Tests.Unit/Keycloak/KeycloakClientProviderTests.cs+21-3
- tests/NetEvolve.HealthChecks.Tests.Unit/Keycloak/KeycloakConfigureTests.cs+11-8
0 commit comments