Andraste.Shared 0.3.1

dotnet add package Andraste.Shared --version 0.3.1
                    
NuGet\Install-Package Andraste.Shared -Version 0.3.1
                    
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="Andraste.Shared" Version="0.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Andraste.Shared" Version="0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="Andraste.Shared" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Andraste.Shared --version 0.3.1
                    
#r "nuget: Andraste.Shared, 0.3.1"
                    
#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.
#:package Andraste.Shared@0.3.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Andraste.Shared&version=0.3.1
                    
Install as a Cake Addin
#tool nuget:?package=Andraste.Shared&version=0.3.1
                    
Install as a Cake Tool

Andraste - The "native" C# Modding Framework

Britain/Celtic goddess of war, symbolizing invincibility

The Andraste Modding Framework aims to be a solid base for those writing an in-process modding framework for native (x86, 32bit) Windows applications (Games).

It is mostly the result of generalizing code that I would have written specifically for one game. Releasing it may help others to quickly re-use functionality as well as maybe contributing and reviewing decisions made here.

The Shared Library

This repository holds the common base dependency that provides both generic API/Utility to be used throughout Andraste as well as hosting the data types / json models that are used for communication between the Host and the Payload libraries.

Binding Redirects

Every dependency added here may ultimately require an App.config in the mod framework. This is because plugins may be compiled against older versions of this dependency (or not updating their dependencies), as a result we need an App.config file.

My best experience so far in fighting problems after dependency upgrades was to follow the manual procedure outlined here Apparently using the "old" packages.config file, one can also use the Get-Project –All | Add-BindingRedirect command to generate those files, so maybe a valid strategy is to keep a dummy project with packages.config around, generate the file and copy it over from time to time...

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Andraste.Shared:

Package Downloads
Andraste.Payload

The Payload is what is injected into the Application to provide all the modding functionality

Andraste.Host

Package Description

Andraste.Payload.Generic

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.1 62 9/8/2025
0.3.0 225 3/30/2025
0.2.2 320 3/18/2024
0.2.1 124 3/18/2024
0.2.0 124 2/27/2024
0.1.3 187 7/11/2023