Skip to content

paralaxsd/System.Runtime.CompilerServices.Unsafe.Desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

System.Runtime.CompilerServices.Unsafe but for .NET 4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published