dylan.NET
11.5.1.2
See the version list below for details.
dotnet add package dylan.NET --version 11.5.1.2
NuGet\Install-Package dylan.NET -Version 11.5.1.2
<PackageReference Include="dylan.NET" Version="11.5.1.2" />
paket add dylan.NET --version 11.5.1.2
#r "nuget: dylan.NET, 11.5.1.2"
// Install dylan.NET as a Cake Addin #addin nuget:?package=dylan.NET&version=11.5.1.2 // Install dylan.NET as a Cake Tool #tool nuget:?package=dylan.NET&version=11.5.1.2
A compiler for dylan.NET, a new language targeting the CLR
Product | Versions 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. |
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 | 428 | 1/8/2023 |
11.10.2.1 | 394 | 12/28/2021 |
11.10.1.5 | 618 | 5/19/2020 |
11.10.1.4 | 622 | 2/19/2020 |
11.10.1.3 | 589 | 12/25/2019 |
11.10.1.2 | 630 | 9/12/2019 |
11.10.1.1 | 630 | 7/7/2019 |
11.9.2.2 | 631 | 5/7/2019 |
11.9.2.1 | 1,057 | 6/16/2018 |
11.8.3.8 | 1,039 | 6/25/2017 |
11.8.3.4 | 1,127 | 8/15/2016 |
11.8.3.3 | 1,096 | 8/8/2016 |
11.8.3.2 | 1,061 | 8/8/2016 |
11.8.2.4 | 1,317 | 7/31/2016 |
11.8.2.3 | 1,098 | 7/2/2016 |
11.8.2.2 | 1,073 | 6/23/2016 |
11.7.1.1 | 1,884 | 8/9/2015 |
11.6.1.1 | 1,328 | 5/10/2015 |
11.5.6.4 | 1,201 | 3/29/2015 |
11.5.6.1 | 1,736 | 2/20/2015 |
11.5.5.1 | 1,356 | 2/14/2015 |
11.5.4.3 | 1,173 | 2/4/2015 |
11.5.3.2 | 1,605 | 12/13/2014 |
11.5.3.1 | 1,371 | 12/13/2014 |
11.5.1.2 | 2,311 | 11/1/2014 |
11.4.3.1 | 1,222 | 10/17/2014 |
11.4.2.4 | 1,195 | 9/17/2014 |
11.4.2.1 | 1,183 | 8/29/2014 |
11.4.1.1 | 1,155 | 8/24/2014 |
11.3.8.1 | 1,449 | 8/1/2014 |
11.3.7.15 | 1,213 | 7/27/2014 |
11.3.7.1 | 1,226 | 7/21/2014 |
11.3.6.3 | 1,239 | 6/30/2014 |
11.3.6.2 | 1,256 | 6/30/2014 |
11.3.6.1 | 1,251 | 6/28/2014 |
11.3.5.7 | 1,272 | 6/24/2014 |
11.3.5.1 | 1,452 | 6/15/2014 |
11.3.4.1 | 1,544 | 3/19/2014 |
11.3.3.1 | 1,386 | 2/1/2014 |
11.3.2.2 | 1,247 | 12/15/2013 |
11.3.2.1 | 1,298 | 11/28/2013 |
11.3.1.4 | 1,483 | 6/26/2013 |
11.3.1.3 | 1,348 | 3/14/2013 |
11.3.1.2 | 1,405 | 3/2/2013 |
11.3.1.1 | 1,329 | 2/19/2013 |
11.2.9.11 | 1,290 | 2/11/2013 |
11.2.9.10 | 1,271 | 2/8/2013 |
11.2.9.9 | 1,230 | 2/7/2013 |
dylan.NET v.11.5.1.2 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 teh 'override' keyword. This behaviour is the same as in c#.