EdCanHack.Exor.Compiler
1.0.0
See the version list below for details.
Install-Package EdCanHack.Exor.Compiler -Version 1.0.0
dotnet add package EdCanHack.Exor.Compiler --version 1.0.0
<PackageReference Include="EdCanHack.Exor.Compiler" Version="1.0.0" />
paket add EdCanHack.Exor.Compiler --version 1.0.0
#r "nuget: EdCanHack.Exor.Compiler, 1.0.0"
// Install EdCanHack.Exor.Compiler as a Cake Addin
#addin nuget:?package=EdCanHack.Exor.Compiler&version=1.0.0
// Install EdCanHack.Exor.Compiler as a Cake Tool
#tool nuget:?package=EdCanHack.Exor.Compiler&version=1.0.0
Exor.Compiler is a runtime compiler and ExtensionLoader factory. Intended for
runtime compilation of game scripts written in C#, Exor.Compiler allows a game to
pack "loose" .cs files and compile them for inclusion in the game's ExtensionLoader.
Using Exor.Compiler on desktops, where CSharpCodeProvider is available, allows
you (and your community) to trivially extend your projects. At the same time, the
same code used in the dynamic loader on desktops can be added statically for
platforms such as iOS where dynamic code loading isn't allowed--making mods on
desktops easy without making life harder when you need to port to iOS, XBox One, or
the PlayStation 4.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- Common.Logging.Portable (>= 2.3.1)
- EdCanHack.Exor.Core (>= 1.0.0)
- EdCanHack.Versioner (>= 1.1.0)
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 |
---|---|---|
2.0.0 | 1,332 | 4/26/2015 |
2.0.0-pre4 | 1,070 | 1/3/2015 |
2.0.0-pre3 | 1,215 | 12/24/2014 |
1.1.2.1 | 1,202 | 12/21/2014 |
1.1.2 | 1,272 | 12/21/2014 |
1.1.1 | 1,455 | 12/21/2014 |
1.1.0 | 1,248 | 12/3/2014 |
1.0.0 | 985 | 11/30/2014 |
Initial release.