This is the .NET server SDK for ConfigDirector, in
src/ConfigDirector.ServerSdk/. More ConfigDirector packages for
.NET will be published from this repository over time, each in a project of its own.
Each package carries its own README and changelog:
Refer to the official documentation for the .NET SDK.
There is also a quickstart guide for ConfigDirector and any of our SDKs.
samples/ holds small, runnable applications built on this SDK. They are the same app
written each way -- a single /configs endpoint -- so they can be read side by side.
ConfigDirector.Samples.MinimalApi:
dotnet run --project samples/ConfigDirector.Samples.MinimalApiConfigDirector.Samples.Mvc, the same app wired up with
the ConfigDirector.ServerSdk.AspNetCore package rather than by hand:
dotnet run --project samples/ConfigDirector.Samples.MvcConfigDirector.Samples.NativeAot, a console
application published to native code:
dotnet run --project samples/ConfigDirector.Samples.NativeAotReach out to us via https://www.configdirector.com/support