Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secret injected IConfigurationSection and IConfiguration wrappers. #10184

Merged
merged 6 commits into from
Sep 25, 2024
Merged

Conversation

agr
Copy link
Contributor

@agr agr commented Sep 17, 2024

Secret injected wrappers for IConfigurationSection and IConfiguration to provide the ability to inject secrets when we are not constructing the whole configuration stack from scratch (Azure Functions, for example).
Pulled out from internal project with minimal changes.

@agr agr requested a review from a team as a code owner September 17, 2024 19:42
joelverhagen
joelverhagen previously approved these changes Sep 17, 2024
@agr agr marked this pull request as draft September 17, 2024 20:07
@agr agr marked this pull request as ready for review September 24, 2024 23:37
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="2.2.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.FileExtensions" Version="2.2.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I probably can revert those. 8.x release brought keyed injection support for projects where Autofac is not used. I ended up not using it, so not really needed. But still, we're really behind here.

@agr agr merged commit fdd29e1 into dev Sep 25, 2024
2 checks passed
@agr agr deleted the agr-cw branch September 25, 2024 20:12
@agr agr mentioned this pull request Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants