Laden...

.NET CoreCLR 5 jetzt open source

Erstellt von AyrA vor 9 Jahren Letzter Beitrag vor 9 Jahren 2.780 Views
AyrA Themenstarter:in
60 Beiträge seit 2010
vor 9 Jahren
.NET CoreCLR 5 jetzt open source

Das .NET Team hat den .NET 5 Core veröffentlicht. Dieser erlaubt das Ausführen von Webseiten. Nur mscorlib code ist dort enthalten.
Er ist kompilierbar auf Linux und erlaubt daher erstmals das Ausführen von ASP.NET auf linux.

The coreclr repo contains the complete runtime implementation (called "CoreCLR") for .NET Core. It includes RyuJIT, the .NET GC, native interop and many other components. It builds and runs on Windows. You can 'watch' the repo to see Linux and Mac support being added over the next few months.

.NET Core is part of ASP.NET 5 and is a subset of the .NET Framework. You can learn more about .NET Core and how and where you can use it in the CoreCLR is open source blog post.

The .NET Core Libraries repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The .NET Core is Open Source and Introducing .NET Core blog posts describes our .NET Core OSS strategy and road map in more detail.

Github Repository: https://github.com/dotnet/coreclr

Die meisten .NET libraries sind unter https://github.com/dotnet/corefx zu finden, linux und mac Support wird noch hinzugefügt.

**:::