Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 927 Bytes

File metadata and controls

11 lines (7 loc) · 927 Bytes

System.Runtime.CompilerServices.Unsafe (Desktop variant)

This repository provides a CLR 4 compatible version of System.Runtime.CompilerServices.Unsafe.

It is based on the work from DotNetCross/Memory.Unsafe (basic setup) and dotnet/corefx (most of the actual IL).

Why might this be useful?

If you need the functionality of the Unsafe class in your Desktop application and you don't want to pull in a myriad of assemblies drawn in via the original netcoreapp/netstandard dependency this project might be for you!

How recent is this variant of Unsafe?

The original il file was taken from this commit.