Unleash
Installation
dotnet add package Dosaic.Plugins.Management.Unleash<PackageReference Include="Dosaic.Plugins.Management.Unleash" Version="" />Configuration
unleash:
appName: "my-fancy-app"
apiUri: "http://localhost:4242/api/"
apiToken: "[create-in-local-instance-web-ui]"
projectId: "default" //in free/opensource mode there is just one project, always the same
instanceTag: "my-fancy-backup2"
environment: "development"Usage
Feature flag checks
Controller & Actions
MVC Views
MVC Filters
Middleware
Last updated