![]() |
VOOZH | about |
dotnet add package Unleash.Yggdrasil --version 1.3.0
NuGet\Install-Package Unleash.Yggdrasil -Version 1.3.0
<PackageReference Include="Unleash.Yggdrasil" Version="1.3.0" />
<PackageVersion Include="Unleash.Yggdrasil" Version="1.3.0" />Directory.Packages.props
<PackageReference Include="Unleash.Yggdrasil" />Project file
paket add Unleash.Yggdrasil --version 1.3.0
#r "nuget: Unleash.Yggdrasil, 1.3.0"
#:package Unleash.Yggdrasil@1.3.0
#addin nuget:?package=Unleash.Yggdrasil&version=1.3.0Install as a Cake Addin
#tool nuget:?package=Unleash.Yggdrasil&version=1.3.0Install as a Cake Tool
Unleash Yggdrasil Engine for .NET.
This is a .NET wrapper containing the core of the Unleash SDK domain logic, enabling you to develop your own Unleash .NET SDK. If you're looking for the ready-to-use Unleash .NET SDK instead, you can find it here.
Read more about Unleash at: https://www.getunleash.io/
Build the base project with cargo:
cargo build --release
Csharp doesn't require the library path so this should work:
dotnet build
The current target is .NET 6.0, so in order to run the tests you should have the respective runtime installed: https://dotnet.microsoft.com/en-us/download/dotnet/6.0/runtime
dotnet test
You can publish local packages to test with your SDK like this:
dotnet build
dotnet pack /p:Version=1.0.0-alpha.0
cd bin/Debug
dotnet nuget push "*.nupkg" -s ~/path/to/local/feed
Then add that local folder as a feed in NuGet
dotnet nuget add source ~/path/to/local/feed
Now you can switch package source in package manager and import your locally published package to work with.
dotnet add package Yggdrasil.Engine --prerelease
Whenever you update your package you should:
# On the .nupkg folder
dotnet nuget push "*.nupkg" -s ~/path/to/local/feed
# On the project where it's used
dotnet nuget locals all --clear
dotnet restore
flatc --csharp -o dotnet-engine/Yggdrasil.Engine flat-buffer-defs/enabled-message.fbs
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 1 NuGet packages that depend on Unleash.Yggdrasil:
| Package | Downloads |
|---|---|
|
Unleash.Client
Flexible feature toggle client. It supports enabling features runtime, through multiple activation strategies, and allows you to decouple deployment of code from release of new features. Unleash is a feature toggle system that gives you a great overview over all feature toggles across all your applications and services. Read more at: https://github.com/unleash/unleash/ |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.3.0 | 79,642 | 3/16/2026 |
| 1.2.1 | 184,625 | 3/2/2026 |
| 1.2.0 | 294 | 2/19/2026 |
| 1.1.3 | 252 | 2/10/2026 |
| 1.1.2 | 461,177 | 1/14/2026 |
| 1.1.1 | 85,476 | 12/10/2025 |
| 1.1.1-beta.1 | 484 | 11/10/2025 |
| 1.1.1-beta.0 | 192 | 11/7/2025 |
| 1.1.0 | 2,154,757 | 8/19/2025 |
| 1.0.8-beta.1 | 197 | 7/8/2025 |
| 1.0.8-beta.0 | 177 | 7/8/2025 |
| 1.0.7 | 20,486 | 5/28/2025 |
| 1.0.6 | 1,772,939 | 3/10/2025 |
| 1.0.6-beta.0 | 242 | 3/10/2025 |
| 1.0.5 | 118,637 | 2/17/2025 |
| 1.0.5-beta.1 | 146 | 2/13/2025 |
| 1.0.5-beta.0 | 184 | 2/11/2025 |
| 1.0.4 | 498,000 | 1/7/2025 |
| 1.0.3 | 201,250 | 11/28/2024 |
| 1.0.2 | 57,671 | 11/15/2024 |