configcat / .net-sdk

ConfigCat SDK for .NET. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
https://configcat.com/docs/sdk-reference/csharp
Other
29 stars 8 forks source link

Track the changes of the source override dictionary #60

Closed z4kn4fein closed 1 year ago

z4kn4fein commented 1 year ago

Describe the purpose of your pull request

This PR contains the following:

Requirement checklist (only if applicable)

zoltan-david commented 1 year ago

I think this should be triggered with the forceRefresh(). Don't you think?

z4kn4fein commented 1 year ago

I think this should be triggered with the forceRefresh(). Don't you think?

ForceRefresh() has no effect on the local overrides directly. It only refreshes the remote config, which is merged with the local overrides in some cases, but this has to work with the LocalOnly behavior as well.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication