Unleash.Yggdrasil
1.0.0-beta.9
Prefix Reserved
dotnet add package Unleash.Yggdrasil --version 1.0.0-beta.9
NuGet\Install-Package Unleash.Yggdrasil -Version 1.0.0-beta.9
<PackageReference Include="Unleash.Yggdrasil" Version="1.0.0-beta.9" />
paket add Unleash.Yggdrasil --version 1.0.0-beta.9
#r "nuget: Unleash.Yggdrasil, 1.0.0-beta.9"
// Install Unleash.Yggdrasil as a Cake Addin #addin nuget:?package=Unleash.Yggdrasil&version=1.0.0-beta.9&prerelease // Install Unleash.Yggdrasil as a Cake Tool #tool nuget:?package=Unleash.Yggdrasil&version=1.0.0-beta.9&prerelease
Unleash Yggdrasil .NET Engine
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
Build the base project with cargo:
cargo build --release
Csharp doesn't require the library path so this should work:
dotnet build
Running the tests
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
Development
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0-beta.9 | 30 | 10/31/2024 |
1.0.0-beta.8 | 99 | 10/31/2024 |
1.0.0-beta.7 | 29 | 10/31/2024 |
1.0.0-beta.6 | 27 | 10/31/2024 |
1.0.0-beta.5 | 41 | 10/30/2024 |
1.0.0-beta.4 | 61 | 7/12/2024 |
1.0.0-beta.3 | 168 | 6/26/2024 |
1.0.0-beta.2 | 54 | 6/24/2024 |
1.0.0-beta.1 | 47 | 6/24/2024 |
1.0.0-beta.0 | 46 | 6/24/2024 |