Rodrigo López Dato
Rodrigo López Dato
Fixes https://github.com/Flagsmith/flagsmith-dotnet-client/issues/135. Validated this does not break existing code by running the existing test suite without changes: https://github.com/Flagsmith/flagsmith-dotnet-client/pull/136/commits/0b41d2b7edcf26ac218f369e399335717637830f
i.e. https://github.com/Flagsmith/flagsmith-dotnet-client/blob/25f657f523b6f70156cc0fdf8ce5343070533633/Flagsmith.FlagsmithClient/FlagsmithClient.cs#L304 Consider renaming/refactoring before making it public
I want to rename `EnableClientSideEvaluation` to `EnableLocalEvaluation` for consistency with every other Flagsmith SDK. This is currently impossible without introducing breaking changes: The [`FlagsmithClient` constructor has explicit ordered parameters](https://github.com/Flagsmith/flagsmith-dotnet-client/blob/4f760b982ded4559a768b8933a4388b9e5690341/Flagsmith.FlagsmithClient/FlagsmithClient.cs#L90). We...
Currently, enabling `cacheFlags` still causes API requests to be made unless `cacheOptions.skipAPI` is also enabled. The intention is to speed up the initial load while updating flags in the background....
Similar to https://github.com/Flagsmith/flagsmith-nodejs-client/pull/168 Tests not passing because `Request` is not available when using `unfetch`, or possibly some other issue with the Jest or TypeScript configuration. I would strongly prefer removing...
### How are you running Flagsmith - [x] Self Hosted with Docker - [x] Self Hosted with Kubernetes - [x] SaaS at flagsmith.com - [ ] Some other way (add...
### How are you running Flagsmith - [x] Self Hosted with Docker - [x] Self Hosted with Kubernetes - [x] SaaS at flagsmith.com - [ ] Some other way (add...
### How are you running Flagsmith - [x] Self Hosted with Docker - [x] Self Hosted with Kubernetes - [ ] SaaS at flagsmith.com - [ ] Some other way...