unleash-client-dotnet
unleash-client-dotnet copied to clipboard
Unleash client SDK for .NET
**Describe the bug** **We are getting the error. The process cannot access the file '/tmp/unleash.toggles-default-instancetag-v2.2.0.json' because it is being used by another process.** Sometimes we are getting the error mentioned...
# Description Aims to add an event system to the SDK and a first implementation for impression data/events: https://docs.getunleash.io/advanced/impression-data#impression-event-data Fixes # (issue) #108 ## Type of change - [x] New...
I would like to disable this line in DefaultUnleash: `Logger.Info($"UNLEASH: Unleash is initialized and configured with: {settings}");` There is nothing in the docs explaining how to control the logging.
**Is your feature request related to a problem? Please describe.** The task to implement [Impression Event Data](https://docs.getunleash.io/advanced/impression-data#impression-event-data) **Describe the solution you'd like** To add support for the Impression Event Data...
[2-2009](https://linear.app/unleash/issue/2-2009/net-sdk-unhandled-background-exceptions) Tracking on EG board Needs comms from SR. @david to shout when there's needs
**Describe the bug** When we hit a transient communication error reaching the Unleash server, it generates logs at the error level **To Reproduce** Steps to reproduce the behavior: 1. Start...
**Is your feature request related to a problem? Please describe.** We need to make sure our SDK continues to run on both .NET Framework (Windows only) and .NET Core when...
**Summary of pain point** I wish to have the settings for unleash to be configured just like my other services which use the builtin configuration Interface. **The solution I'd like**...
**Describe the solution you'd like** The unleash nuget is no longer compiled for net451 & net46 as the net45 can and should be used The unleash nuget is no longer...
**Is your feature request related to a problem? Please describe.** The lib log library currently in use has been depreciated by the author and code base can be simplified by...