dylan.NET 11.5.4.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package dylan.NET --version 11.5.4.3
NuGet\Install-Package dylan.NET -Version 11.5.4.3
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="dylan.NET" Version="11.5.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dylan.NET --version 11.5.4.3
#r "nuget: dylan.NET, 11.5.4.3"
#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.
// Install dylan.NET as a Cake Addin
#addin nuget:?package=dylan.NET&version=11.5.4.3

// Install dylan.NET as a Cake Tool
#tool nuget:?package=dylan.NET&version=11.5.4.3

A compiler for dylan.NET, a new language targeting the CLR

Product Compatible and additional computed target framework versions.
.NET Framework 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on dylan.NET:

Package Downloads
dylan.NET.K

dylan.NET support for ASP.NET 5

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
11.10.3.1 383 1/8/2023
11.10.2.1 375 12/28/2021
11.10.1.5 595 5/19/2020
11.10.1.4 603 2/19/2020
11.10.1.3 571 12/25/2019
11.10.1.2 610 9/12/2019
11.10.1.1 611 7/7/2019
11.9.2.2 607 5/7/2019
11.9.2.1 1,029 6/16/2018
11.8.3.8 1,012 6/25/2017
11.8.3.4 1,089 8/15/2016
11.8.3.3 1,064 8/8/2016
11.8.3.2 1,031 8/8/2016
11.8.2.4 1,300 7/31/2016
11.8.2.3 1,072 7/2/2016
11.8.2.2 1,036 6/23/2016
11.7.1.1 1,852 8/9/2015
11.6.1.1 1,301 5/10/2015
11.5.6.4 1,158 3/29/2015
11.5.6.1 1,704 2/20/2015
11.5.5.1 1,327 2/14/2015
11.5.4.3 1,143 2/4/2015
11.5.3.2 1,579 12/13/2014
11.5.3.1 1,356 12/13/2014
11.5.1.2 2,277 11/1/2014
11.4.3.1 1,192 10/17/2014
11.4.2.4 1,174 9/17/2014
11.4.2.1 1,158 8/29/2014
11.4.1.1 1,135 8/24/2014
11.3.8.1 1,418 8/1/2014
11.3.7.15 1,182 7/27/2014
11.3.7.1 1,201 7/21/2014
11.3.6.3 1,211 6/30/2014
11.3.6.2 1,229 6/30/2014
11.3.6.1 1,235 6/28/2014
11.3.5.7 1,246 6/24/2014
11.3.5.1 1,425 6/15/2014
11.3.4.1 1,508 3/19/2014
11.3.3.1 1,356 2/1/2014
11.3.2.2 1,201 12/15/2013
11.3.2.1 1,256 11/28/2013
11.3.1.4 1,460 6/26/2013
11.3.1.3 1,324 3/14/2013
11.3.1.2 1,376 3/2/2013
11.3.1.1 1,295 2/19/2013
11.2.9.11 1,261 2/11/2013
11.2.9.10 1,233 2/8/2013
11.2.9.9 1,205 2/7/2013

dylan.NET v.11.5.4.3 with MSBuild support files, resource compilation support and in-memory assembly I/O.
    Please note that dylan.NET 11.5.x.y releases have a breaking change (so change your code accordingly):
    The 'hidebysig' and 'newslot' attributes on methods have been deprecated and will be removed in a future release. Do note that when declaring methods on interfaces, the required overridability and abstractness attributes get added automatically. When declaring an abstract method using 'abstract' makes it abstract and overridable by extending classes. Also, to make an overridable method that occurs for the first time in the inheritance hierarchy or to implement a method from an interface use 'virtual'. To override a method that is overridable and declared in the base class use the 'override' keyword. This behaviour is the same as in c#.