Skip to content

Latest commit

 

History

History

.NET

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Unleash C# Starter

Edit in CodeSandbox

Here you can easily get started with Unleash SDK for .NET and experiment.

cp -n .env.example .env

dotnet watch run

Check out Program.cs for the code. You can set you instance URL and API client token in .env. Set your flag name on line :15.

To add a new dependency, run dotnet add package <package name>.