DynamicLanguageRuntime.Legacy
1.1.0.30
dotnet add package DynamicLanguageRuntime.Legacy --version 1.1.0.30
NuGet\Install-Package DynamicLanguageRuntime.Legacy -Version 1.1.0.30
<PackageReference Include="DynamicLanguageRuntime.Legacy" Version="1.1.0.30" />
paket add DynamicLanguageRuntime.Legacy --version 1.1.0.30
#r "nuget: DynamicLanguageRuntime.Legacy, 1.1.0.30"
// Install DynamicLanguageRuntime.Legacy as a Cake Addin #addin nuget:?package=DynamicLanguageRuntime.Legacy&version=1.1.0.30 // Install DynamicLanguageRuntime.Legacy as a Cake Tool #tool nuget:?package=DynamicLanguageRuntime.Legacy&version=1.1.0.30
Dynamic Language Runtime
The Dynamic Language Runtime enables language developers to more easily create dynamic languages for the .NET platform. In addition to being a pluggable back-end for dynamic language compilers, the DLR provides language interop for dynamic operations on objects. The DLR has common hosting APIs for using dynamic languages as libraries or for scripting in your .NET applications.
What? | Where? |
---|---|
Windows/Linux/macOS Builds | |
Downloads | |
Help |
Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
Installation
The best way to install the DLR is through the NuGet DynamicLanguageRuntime package.
Documentation
The best current documentation is in the Docs/ directory, in Word and PDF format (it was a Microsoft project, after all).
Help
If you have any questions, open an issue, even if it's not an actual bug. The issues are an acceptable discussion forum as well.
History
The original DLR site is at CodePlex. The DLR was part of a much larger repository containing IronPython and IronRuby as well; you can find it at the main repository. This is a smaller repository containing just the DLR, which makes it easier to package and should make it easier to do more regular releases.
Build
You will need to have Visual Studio 2019 16.8.0 or later installed on your machine.
On Windows machines, start a Visual Studio command prompt and type:
> make
On Unix machines, make sure Mono is installed and in the PATH, and type:
$ make
Since the main development is on Windows, Mono bugs may inadvertantly be introduced — please report them!
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. 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. |
MonoAndroid | monoandroid is compatible. |
Silverlight | sl3-wp is compatible. sl4 is compatible. sl5 is compatible. |
Windows Store | win8 is compatible. |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DynamicLanguageRuntime.Legacy:
Package | Downloads |
---|---|
IronRuby.Portable
IronRuby is an open-source implementation of the Ruby programming language which is tightly integrated with the .NET Framework. IronRuby can use the .NET Framework and Ruby libraries, and other .NET languages can use Ruby code just as easily. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.0.30 | 286 | 11/13/2023 |