microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.03k stars 111 forks source link

Renames and updates EvaluationDataToAppInsights example #490

Closed rossgrambo closed 1 week ago

rossgrambo commented 3 weeks ago

Why this PR?

We want to clean up examples

Visible changes

zhiyuanliang-ms commented 3 weeks ago

We also have an example called VariantServiceDemo which uses custom targeting context accessor and cookie reading. Shall we also update it in this PR?We also have an example called VariantServiceDemo which uses custom targeting context accessor and cookie reading. Shall we also update it in this PR?

rossgrambo commented 3 weeks ago

I considered it- but figured we also want an example showing how to declare and use a custom targeting accessor, so I didn't make changes.