Prevent adding PlaceholderResolver multiple times#1276
Conversation
|
/azp run Steeltoe.All |
|
Azure Pipelines successfully started running 1 pipeline(s). |
TimHess
left a comment
There was a problem hiding this comment.
LGTM as-is, only thought is we could log when it isn't added so the user knows they can remove the extra entry
|
Oh, I saw your comment after merging. We could, but |
|
I think this also applies to the EncryptionResolver (see. EncryptionConfigurationExtensions.cs) |
|
@fennekit Thanks, I think you're right. I've created this PR because we've had internal reports from people explicitly calling This problem is less likely to occur with |
|
@bart-vmware OK. I will create a PR in the coming week. |



Description
Fixed: Prevent adding
PlaceholderResolvermultiple times, which breaks the ENV actuator.Quality checklist
If your change affects other repositories, such as Documentation, Samples and/or MainSite, add linked PRs here.