CompuMaster.JitCompilation
3.0.2025.114
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package CompuMaster.JitCompilation --version 3.0.2025.114
NuGet\Install-Package CompuMaster.JitCompilation -Version 3.0.2025.114
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="CompuMaster.JitCompilation" Version="3.0.2025.114" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CompuMaster.JitCompilation" Version="3.0.2025.114" />
<PackageReference Include="CompuMaster.JitCompilation" />
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 CompuMaster.JitCompilation --version 3.0.2025.114
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CompuMaster.JitCompilation, 3.0.2025.114"
#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 CompuMaster.JitCompilation@3.0.2025.114
#: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=CompuMaster.JitCompilation&version=3.0.2025.114
#tool nuget:?package=CompuMaster.JitCompilation&version=3.0.2025.114
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CompuMaster.JitCompilation
Compile and execute C# or VB.NET code easily on runtime
C# Sample
CompuMaster.JitCompilation.BaseInMemoryCompiler cscInMemory =
new CompuMaster.JitCompilation.CSharpInMemoryCompiler();
string src = "public class TestClass {public static string Answer() {return \"Hello World!\";}}";
CompuMaster.JitCompilation.CompileResults cResult = cscInMemory.Compile(src, false);
// will result: "Hello World!"
System.Console.WriteLine((string)cResult.Invoke("TestClass", "Answer", null));
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6.1
- System.CodeDom (>= 5.0.0)
-
.NETStandard 2.0
- System.CodeDom (>= 5.0.0)
-
net6.0
- System.CodeDom (>= 5.0.0)
-
net9.0
- System.CodeDom (>= 5.0.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 |
|---|---|---|
| 3.0.2025.115 | 216 | 1/15/2025 |
| 3.0.2025.114 | 167 | 1/14/2025 |
| 3.0.2021.827 | 530 | 8/27/2021 |