At first, when using the package, I set everything up as described through the README. I then wanted to use FeatureGates (https://learn.microsoft.com/en-us/azure/azure-app-configuration/use-feature-flags-dotnet-core#controller-actions). I was wondering why there doesn't appear any connection in Growthbook until I figured out that I have to inject the FeatureManager somewhere to get the connection-code to execute. As long as the FeatureManager is not injected anywhere, I think it would provide good feedback for users, if you would show a warning that users have to inject a FeatureManager somewhere.
At first, when using the package, I set everything up as described through the README. I then wanted to use FeatureGates (https://learn.microsoft.com/en-us/azure/azure-app-configuration/use-feature-flags-dotnet-core#controller-actions). I was wondering why there doesn't appear any connection in Growthbook until I figured out that I have to inject the FeatureManager somewhere to get the connection-code to execute. As long as the FeatureManager is not injected anywhere, I think it would provide good feedback for users, if you would show a warning that users have to inject a FeatureManager somewhere.