Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 650 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 650 Bytes

.NET

FeatureGateDemo

Enabling or disabling route actions using FeatureGate attribute

In this demo, i m using feature management library and in particular the FeatureGate attribute in order to enable or disable route actions in web api application.

Tools : vs22, net 6.0, feature management, xunit, fluent-assertions