This is a simple .NET Console application to demonstrate how to use the ConfigCat SDK.
-
Install .NET
-
Run sample app:
dotnet runThe sample app also demonstrates that the ConfigCat SDK can be used in .NET 8+ applications compiled to native code using Native AOT.
- Make sure you have the prerequisites installed in your development environment.
- Execute the build script corresponding to your OS (
build-aot.cmdon Windows,build-aot.shon Linux). - Locate the executable in the publish output directory (
bin/Release/net8.0/win-x64/nativeon Windows,bin/Release/net8.0/linux-x64/nativeon Linux). - Run the executable.