coreclr
Here are 28 public repositories matching this topic...
jitstd has methods that also exist in std namespace that is declared in src\inc\clr_std\utility.
For example swap, pair, forward etc.
Also, it has many methods that are unused, for example utility::set_union, utility::set_difference etc.
So the tas
PeachPie - the PHP compiler and runtime for .NET and .NET Core
-
Updated
Dec 9, 2019 - C#
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
ASP.NET Core 2.1 Web Application using MySQL with Entity Framework
-
Updated
Oct 14, 2019 - C#
ASP.NET Core 2.1 Web Application using PostgreSQL with Entity Framework
-
Updated
Nov 14, 2019 - C#
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
.NET Core 2.1 Console Application using SQLite with Entity Framework and Dependency Injection
-
Updated
Dec 8, 2019 - C#
Library for hosting .NET Core in Linux, macOS, and Windows applications
-
Updated
Aug 24, 2019 - C++
Cross-platform .NET Module/Plugin platform for Garry's Mod powered by .NET Core.
-
Updated
Dec 9, 2019 - Lua
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."


These methods should null check the
thisargument:https://github.com/dotnet/corefx/blob/226f57b4f2bf91822604aa73338070c601d7a0fe/src/System.IO.FileSystem.AccessControl/src/System/IO/FileSystemAclExtensions.cs
cc @JeremyKuhne @stephentoub