Reputation: 1
I have been implementing feature flag management with .NET 6 solution and I came across FeatureGate attribute can be used to guard API controller or an API endpoint. I was wondering:
I have been using FeatureGate attribute but someone pointed out that it uses reflection internally and can cause overhead.
Upvotes: 0
Views: 109