PapyrusCompilerWrapper 2.0.0
dotnet add package PapyrusCompilerWrapper --version 2.0.0
NuGet\Install-Package PapyrusCompilerWrapper -Version 2.0.0
<PackageReference Include="PapyrusCompilerWrapper" Version="2.0.0" />
paket add PapyrusCompilerWrapper --version 2.0.0
#r "nuget: PapyrusCompilerWrapper, 2.0.0"
// Install PapyrusCompilerWrapper as a Cake Addin #addin nuget:?package=PapyrusCompilerWrapper&version=2.0.0 // Install PapyrusCompilerWrapper as a Cake Tool #tool nuget:?package=PapyrusCompilerWrapper&version=2.0.0
This library is an almost one to one wrapper around Bethesdas Papyrus compiler for the AAA-Title "Skyrim". It delegates the calls made directly to the Papyrus compiler and only does conversions where necessary. Some Changes have been made to make the code compliant with the Microsoft C# Rules
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Fix code errors reported by code analys against "Microsoft All Rules"
- Include dynamic assembly loading in the Wrapper itself. The user now has to create a new instance via the staitc "CreateInstance()" method.
- Improve logging messages reported by the compiler