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).
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!
The original il file was taken from this commit.