Marcela Carvalho
Results
2
issues of
Marcela Carvalho
This PR fixes an issue where the configuration provider throws a NullReferenceException when Vault secrets contain keys with null values. The root cause was an invalid cast of a null...
### Describe the bug When a Vault secret contains keys with null values, the configuration provider throws a NullReferenceException. This happens because the code attempts to cast a null value...
bug