Flagsmith / flagsmith-dotnet-client

.NET Standard Client for Flagsmith. Ship features with confidence using feature flags and remote config. Host yourself or use our hosted version at https://www.flagsmith.com/
https://www.flagsmith.com/
BSD 3-Clause "New" or "Revised" License
19 stars 12 forks source link

feat: accept FlagsmithConfiguration in FlagsmithClient & small refactor #67

Closed luk355 closed 1 year ago

luk355 commented 1 year ago

feat: accept FlagsmithConfiguration in FlagsmithClient fix: DI configuration of Example app to work in local evaluation mode chore: tidy up namings of internal FlagsmithClient properties chore: simplify code in HomeController

matthewelwell commented 1 year ago

Thanks @luk355! I will take a look at this next week!

luk355 commented 1 year ago

there were some whitespace characters left in the cs files. I've cleaned those up.

matthewelwell commented 1 year ago

Thanks @luk355 - looks good to me. I'll merge once the actions pass and then get a release out.

matthewelwell commented 1 year ago

@luk355 sorry - looks like there are still some whitespace issues there, could you fix those up and I'll merge.

luk355 commented 1 year ago

@matthewelwell, hopefully now :)