Unleash.Yggdrasil 1.0.0-beta.3

This is a prerelease version of Unleash.Yggdrasil.
dotnet add package Unleash.Yggdrasil --version 1.0.0-beta.3
NuGet\Install-Package Unleash.Yggdrasil -Version 1.0.0-beta.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Unleash.Yggdrasil" Version="1.0.0-beta.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unleash.Yggdrasil --version 1.0.0-beta.3
#r "nuget: Unleash.Yggdrasil, 1.0.0-beta.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Unleash.Yggdrasil as a Cake Addin
#addin nuget:?package=Unleash.Yggdrasil&version=1.0.0-beta.3&prerelease

// Install Unleash.Yggdrasil as a Cake Tool
#tool nuget:?package=Unleash.Yggdrasil&version=1.0.0-beta.3&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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.3 77 6/26/2024
1.0.0-beta.2 37 6/24/2024
1.0.0-beta.1 32 6/24/2024
1.0.0-beta.0 27 6/24/2024