Andraste.Shared
0.3.1
dotnet add package Andraste.Shared --version 0.3.1
NuGet\Install-Package Andraste.Shared -Version 0.3.1
<PackageReference Include="Andraste.Shared" Version="0.3.1" />
<PackageVersion Include="Andraste.Shared" Version="0.3.1" />
<PackageReference Include="Andraste.Shared" />
paket add Andraste.Shared --version 0.3.1
#r "nuget: Andraste.Shared, 0.3.1"
#:package Andraste.Shared@0.3.1
#addin nuget:?package=Andraste.Shared&version=0.3.1
#tool nuget:?package=Andraste.Shared&version=0.3.1
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.3)
- Microsoft.CSharp (>= 4.7.0)
- NLog (>= 5.4.0)
- Semver (>= 3.0.0)
- System.Buffers (>= 4.6.1)
- System.Memory (>= 4.6.2)
- System.Numerics.Vectors (>= 4.6.1)
- System.Runtime.CompilerServices.Unsafe (>= 6.1.1)
- System.Text.Encodings.Web (>= 9.0.3)
- System.Text.Json (>= 9.0.3)
- System.Threading.Tasks.Extensions (>= 4.6.2)
- System.ValueTuple (>= 4.6.1)
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.