-
Updated
Jun 11, 2020
#
coreclr
Here are 28 public repositories matching this topic...
CoreFX is the foundational class libraries for .NET Core. It includes types for collections, file systems, console, JSON, XML, async and many others.
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
-
Updated
Jun 11, 2020
PeachPie - the PHP compiler and runtime for .NET and .NET Core
microsoft
php
opensource
roslyn
dotnet
dotnetcore
coreclr
php-compiler
peachpie
pchpcompiler
aspnet-core
netstandard
-
Updated
Jun 10, 2020 - C#
Microsoft Build Accelerator
-
Updated
Jun 12, 2020 - C#
.NET DllExport with .NET Core support (aka 3F/DllExport)
tools
conari
getnutool
ilasm
ildasm
dllexport
coreclr
exported-functions
pinvoke
pe32
pe32-plus
dotnet-dllexport
mvssln
coreclr-ilasm
-
Updated
Jun 9, 2020 - C#
Disassemble jitted .NET methods
-
Updated
May 26, 2020 - C#
ASP.NET Core 3.1 Web Application using MySQL with Entity Framework
-
Updated
Jun 11, 2020 - C#
ASP.NET Core 3.1 Web Application using PostgreSQL with Entity Framework
-
Updated
Jun 11, 2020 - C#
eli-fin
commented
Oct 24, 2018
I cloned the repo and couldn't compile. The first error was the title (and another million followed, as is usually the case with these errors).
Now 'ICorProfilerCallback8' is only available in .net v4.7+, but for some reason, although I have .net v4.7+ installed, it can't find that base class.
The reason turned out to be that the project was including the profiling api headers of .net 4.6.1, b
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET Standard / Mono
-
Updated
Mar 24, 2020 - C#
.NET Core 2.1 Console Application using SQLite with Entity Framework and Dependency Injection
-
Updated
Jun 11, 2020 - C#
Library for hosting .NET Core in Linux, macOS, and Windows applications
windows
macos
linux
unix
library
dll
dotnet
dotnetcore
hosting
coreclr
dotnet-core
macosx
dotnetcore2
dotnetcore21
corehook
corerun
coreload
dotnetcore22
-
Updated
Feb 15, 2019 - C++
Cross-platform .NET Module/Plugin platform for Garry's Mod powered by .NET Core.
-
Updated
Apr 21, 2020 - C#
.NET Core CLR (CoreCLR) and its various support & modifications
-
Updated
Dec 8, 2019 - C#
The portable version of JetBrains profiler self API for .NET Framework / .NET Core / .NET Standard
-
Updated
Mar 27, 2020 - C#
C# Client Library for SparkPost Email Service
-
Updated
Apr 4, 2017 - C#
.NET Runtime Internals
-
Updated
Aug 18, 2019
Improve this page
Add a description, image, and links to the coreclr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coreclr topic, visit your repo's landing page and select "manage topics."
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains n instances of some type
T
). Passing this collection to native code typically requires the user to contain it in an array, pin it, and acquire a pointer to the first element of the array.Traditional P/Invoke allows a user to pass an array directly, and performs these operations un