Mal.Mdk2.References
2.1.5
See the version list below for details.
dotnet add package Mal.Mdk2.References --version 2.1.5
NuGet\Install-Package Mal.Mdk2.References -Version 2.1.5
<PackageReference Include="Mal.Mdk2.References" Version="2.1.5" />
paket add Mal.Mdk2.References --version 2.1.5
#r "nuget: Mal.Mdk2.References, 2.1.5"
// Install Mal.Mdk2.References as a Cake Addin #addin nuget:?package=Mal.Mdk2.References&version=2.1.5 // Install Mal.Mdk2.References as a Cake Tool #tool nuget:?package=Mal.Mdk2.References&version=2.1.5
MDK Analyzers
The game Space Engineers (by Keen Software House, no affiliation) supports scripting and modding using the C# language. This package aims to automatically detect the location of the Space Engineers installation, and referencing the assembly DLLs required to write scripts and mods.
This package is part of the MDK2 project.
Usage:
Simply reference the nuget package in your mod project. It should automatically do its thing.
Copying DLLs locally
By default, the assemblies are referenced directly from their location in the Space Engineers game installation folder. If you want to run unit tests, you will need to have those assemblies copied locally. To do so, add the following to the initial PropertyGroup in your project file:
<SpaceEngineersBinCopyLocal>true</SpaceEngineersBinCopyLocal>
Keep in mind: These assemblies belong to Keen Software House. You are not allowed to pack and redistribute these dlls, this is the entire reason why this package exist to automate their reference for you.
Disclaimer:
These tools are an independent creation and is not endorsed, sponsored, nor affiliated with Keen Software House. "Space Engineers" is a trademark of Keen Software House. All trademarks and copyrights used are properties of their respective owners. The use of "Space Engineers" in these tools is for reference purposes only and does not imply any association or endorsement.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.Build.Framework (>= 17.7.2)
- Microsoft.Build.Utilities.Core (>= 17.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v.2.1.4
- Legal crap, version parity
v.1.0.0
- Initial release