Microsoft.FeatureManagement Updates
The packages associated with this release are
Enhancements
- Updated
FeatureGateAttribute
to support Razor pages. This attribute can be placed on Razor page handlers to control access to the page based on whether a feature flag is on or off. (#166)
Bug fix
- Fixed an issue in
PercentageFilter
where a feature may occasionally be considered as on even when the filter is set to 0 percent. (#156)