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

Offline mode feature #46

Closed adams85 closed 1 year ago

adams85 commented 1 year ago

Describe the purpose of your pull request

It's also worth mentioning that in the current implementation the client goes into offline mode implicitly when gets disposed. This also prevents the user from making forced cache refreshes (RefreshConfig/RefreshConfigAsync) on a disposed client. If you don't think that this is a good design, let's discuss it.

Requirement checklist (only if applicable)

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

92.5% 92.5% Coverage
2.2% 2.2% Duplication