microsoft / service-fabric-aspnetcore

This repo contains ASP.NET Core integration for Service Fabric Reliable Services.
Other
152 stars 49 forks source link

ServiceFabricConfigurationProvider should only load configuration from the ConfigPackage to which it is mapped #94

Closed hfaran closed 3 years ago

hfaran commented 3 years ago

Fixes #93

This issue is easily reproducible if you comment out my fix and run the updated unit test. It will fail because both providers will load from the new package (when only the provider that is mapped to Config1 should have reloaded).

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

amanbha commented 3 years ago

Looks Good.