Questions tagged [coreclr]

CoreCLR is new .NET Core runtime. It is an execution engine for .NET apps, performing functions such as IL byte code loading, compilation to machine code and garbage collection.

Source repo: https://github.com/dotnet/coreclr

301 questions
-2
votes
1 answer

List of .NET classes/methods which are not supported by CoreCLR, Portable, Universal Apps?

I really don't understand the last trend that everyone tries to reinvent the wheel or make its own .NET framework profile instead of just making things throw NotSupportedException. There are MS .NET, Portable, WP, Silverlight, Universal Apps and…
Vlad
  • 2,560
  • 1
  • 17
  • 38
1 2 3
20
21