System.Runtime.CompilerServices.Unsafe 6.1.2

Prefix Reserved
dotnet add package System.Runtime.CompilerServices.Unsafe --version 6.1.2
                    
NuGet\Install-Package System.Runtime.CompilerServices.Unsafe -Version 6.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="System.Runtime.CompilerServices.Unsafe" Version="6.1.2" />
                    
Directory.Packages.props
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add System.Runtime.CompilerServices.Unsafe --version 6.1.2
                    
#r "nuget: System.Runtime.CompilerServices.Unsafe, 6.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=System.Runtime.CompilerServices.Unsafe&version=6.1.2
                    
Install System.Runtime.CompilerServices.Unsafe as a Cake Addin
#tool nuget:?package=System.Runtime.CompilerServices.Unsafe&version=6.1.2
                    
Install System.Runtime.CompilerServices.Unsafe as a Cake Tool

About

Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers and managed byrefs.

Main Types

The main types provided by this library are:

  • System.Runtime.CompilerServices.Unsafe

Additional Documentation

License

System.Runtime.CompilerServices.Unsafe is released as open source under the MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.6.2

    • No dependencies.
  • .NETStandard 2.0

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

NuGet packages (2.1K)

Showing the top 5 NuGet packages that depend on System.Runtime.CompilerServices.Unsafe:

Package Downloads
Microsoft.Extensions.Primitives

Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment

System.Diagnostics.DiagnosticSource

Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource

System.Threading.Tasks.Extensions

System.Threading.Tasks.Extensions

System.Memory

System.Memory

System.Text.Encodings.Web

Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL). Commonly Used Types: System.Text.Encodings.Web.HtmlEncoder System.Text.Encodings.Web.UrlEncoder System.Text.Encodings.Web.JavaScriptEncoder

GitHub repositories (768)

Showing the top 20 popular GitHub repositories that depend on System.Runtime.CompilerServices.Unsafe:

Repository Stars
shadowsocks/shadowsocks-windows
A C# port of shadowsocks
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
peass-ng/PEASS-ng
PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
nilaoda/N_m3u8DL-CLI
[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
dotnet/BenchmarkDotNet
Powerful .NET library for benchmarking
chocolatey/choco
Chocolatey - the package manager for Windows
JosefNemec/Playnite
Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
mRemoteNG/mRemoteNG
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
MahApps/MahApps.Metro
A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
dotnet/machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
microsoft/FASTER
Fast persistent recoverable log and key-value store + cache, in C# and C++.
Version Downloads Last updated
6.1.2 199,182 4/4/2025
6.1.1 3,486,665 3/17/2025
6.1.0 6,873,073 11/12/2024
6.0.0 1,086,203,559 11/8/2021
6.0.0-rc.2.21480.5 2,337,211 10/12/2021
6.0.0-rc.1.21451.13 6,194,386 9/14/2021
6.0.0-preview.7.21377.19 1,004,812 8/10/2021
6.0.0-preview.6.21352.12 868,132 7/14/2021
6.0.0-preview.5.21301.5 489,997 6/15/2021
6.0.0-preview.4.21253.7 2,157,666 5/24/2021
6.0.0-preview.3.21201.4 1,070,325 4/8/2021
6.0.0-preview.2.21154.6 386,788 3/11/2021
6.0.0-preview.1.21102.12 371,731 2/12/2021
5.0.0 509,196,268 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 292,214 10/13/2020
5.0.0-rc.1.20451.14 367,620 9/14/2020
5.0.0-preview.8.20407.11 336,051 8/25/2020
5.0.0-preview.7.20364.11 615,086 7/21/2020
5.0.0-preview.6.20305.6 272,097 6/25/2020
5.0.0-preview.5.20278.1 195,671 6/10/2020
5.0.0-preview.4.20251.6 312,826 5/18/2020
5.0.0-preview.3.20214.6 573,265 4/23/2020
5.0.0-preview.2.20160.6 403,242 4/2/2020
5.0.0-preview.1.20120.5 267,842 3/16/2020
4.7.1 342,692,190 3/24/2020
4.7.0 198,807,459 12/3/2019
4.7.0-preview3.19551.4 506,639 11/13/2019
4.7.0-preview2.19523.17 105,122 11/1/2019
4.7.0-preview1.19504.10 205,078 10/15/2019
4.6.0 288,686,970 9/23/2019
4.6.0-rc1.19456.4 134,949 9/16/2019
4.6.0-preview9.19421.4 296,428 9/4/2019
4.6.0-preview9.19416.11 3,334 9/4/2019
4.6.0-preview8.19405.3 696,868 8/13/2019
4.6.0-preview7.19362.9 544,963 7/23/2019
4.6.0-preview6.19303.8 1,189,037 6/12/2019
4.6.0-preview6.19264.9 3,485 9/4/2019
4.6.0-preview6.19259.10 62,429 5/10/2019
4.6.0-preview5.19224.8 913,800 5/6/2019
4.6.0-preview4.19212.13 338,780 4/18/2019
4.6.0-preview3.19128.7 534,964 3/6/2019
4.6.0-preview.19073.11 856,942 1/29/2019
4.6.0-preview.18571.3 456,296 12/3/2018
4.5.3 365,865,074 3/24/2020
4.5.2 699,807,728 10/1/2018
4.5.1 958,937,941 6/18/2018
4.5.0 738,432,708 5/29/2018
4.5.0-rc1 4,857,655 5/6/2018
4.5.0-preview2-26406-04 1,189,085 4/10/2018
4.5.0-preview1-26216-02 2,659,313 2/26/2018
4.4.0 705,216,957 8/11/2017
4.4.0-preview2-25405-01 1,412,867 6/27/2017
4.4.0-preview1-25305-02 1,300,683 5/9/2017
4.3.0 142,808,420 11/15/2016
4.3.0-preview1-24530-04 285,951 10/24/2016
4.0.0 3,557,967 6/27/2016