System.Runtime.CompilerServices.Unsafe 5.0.0-preview.3.20214.6

Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. Commonly Used Types: System.Runtime.CompilerServices.Unsafe When using NuGet 3.x this package requires at least version 3.4.

Showing the top 20 packages that depend on System.Runtime.CompilerServices.Unsafe.

Packages 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 When using NuGet 3.x this package requires at least version 3.4.
3,097
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
1,356
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
1,417
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
2,100
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
3,634
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
3,789
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
4,196
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 When using NuGet 3.x this package requires at least version 3.4.
2,913
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
2,428
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
1,301
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 7ee84596d92e178bce54c986df31ccc52479e772 When using NuGet 3.x this package requires at least version 3.4.
3,864
System.Memory
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments. Commonly Used Types: System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter c6cf790234e063b855fcdb50f3fb1b3cfac73275 When using NuGet 3.x this package requires at least version 3.4.
1,695
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider
1,114
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider 30ab651fcb4354552bd4891619a0bdd81e0ebdbf When using NuGet 3.x this package requires at least version 3.4.
3,923
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider 99ce22c306b07f99ddae60f443d23a983ae78f7b When using NuGet 3.x this package requires at least version 3.4.
1,077
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider When using NuGet 3.x this package requires at least version 3.4.
1,301
System.Text.Encoding.CodePages
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312. Commonly Used Types: System.Text.CodePagesEncodingProvider When using NuGet 3.x this package requires at least version 3.4.
3,369
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
1,914
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader
1,658
System.Text.Json
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. Commonly Used Types: System.Text.Json.JsonSerializer System.Text.Json.JsonDocument System.Text.Json.JsonElement System.Text.Json.Utf8JsonWriter System.Text.Json.Utf8JsonReader When using NuGet 3.x this package requires at least version 3.4.
1,007

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.5

  • No dependencies.

.NET Core 2.0

  • No dependencies.

.NET Standard 1.0

.NET Standard 2.0

  • No dependencies.

.NET Standard 2.1

  • No dependencies.

.NETPortable 4.5

  • No dependencies.

Windows 8.0

  • No dependencies.

WindowsPhone 8.0

  • No dependencies.

WindowsPhoneApp 8.1

  • No dependencies.

Version Downloads Last updated
6.1.2 10 04/24/2025
6.1.1 12 03/30/2025
6.1.0 17 11/18/2024
6.0.0 567 11/19/2021
6.0.0-rc.2.21480.5 24 02/11/2024
6.0.0-rc.1.21451.13 27 02/11/2024
6.0.0-preview.7.21377.19 24 02/11/2024
6.0.0-preview.6.21352.12 43 02/11/2024
6.0.0-preview.5.21301.5 23 02/11/2024
6.0.0-preview.4.21253.7 30 02/11/2024
6.0.0-preview.3.21201.4 23 02/11/2024
6.0.0-preview.2.21154.6 28 02/11/2024
6.0.0-preview.1.21102.12 24 02/11/2024
5.0.0 495 11/30/2020
5.0.0-rc.2.20475.5 26 02/11/2024
5.0.0-rc.1.20451.14 44 02/11/2024
5.0.0-preview.8.20407.11 27 02/11/2024
5.0.0-preview.7.20364.11 20 02/11/2024
5.0.0-preview.6.20305.6 28 02/11/2024
5.0.0-preview.5.20278.1 26 02/11/2024
5.0.0-preview.4.20251.6 24 02/11/2024
5.0.0-preview.3.20214.6 25 02/11/2024
5.0.0-preview.2.20160.6 28 02/11/2024
5.0.0-preview.1.20120.5 29 02/11/2024
4.7.1 439 09/15/2020
4.7.0 320 02/11/2020
4.7.0-preview3.19551.4 20 02/11/2024
4.7.0-preview2.19523.17 24 02/11/2024
4.7.0-preview1.19504.10 30 02/11/2024
4.6.0 30 11/12/2020
4.6.0-rc1.19456.4 26 02/11/2024
4.6.0-preview9.19421.4 24 02/11/2024
4.6.0-preview9.19416.11 24 02/11/2024
4.6.0-preview8.19405.3 22 02/11/2024
4.6.0-preview7.19362.9 38 02/11/2024
4.6.0-preview6.19303.8 20 02/11/2024
4.6.0-preview6.19264.9 25 02/11/2024
4.6.0-preview6.19259.10 24 02/11/2024
4.6.0-preview5.19224.8 28 02/11/2024
4.6.0-preview4.19212.13 28 02/11/2024
4.6.0-preview3.19128.7 38 02/11/2024
4.6.0-preview.19073.11 29 02/11/2024
4.6.0-preview.18571.3 21 02/11/2024
4.5.3 35 11/12/2020
4.5.2 1,235 02/11/2020
4.5.1 4,240 08/24/2020
4.5.0 2,913 06/21/2020
4.5.0-rc1 27 02/12/2024
4.5.0-preview2-26406-04 27 02/11/2024
4.5.0-preview1-26216-02 26 02/11/2024
4.4.0 4,598 02/10/2020
4.4.0-preview2-25405-01 28 02/11/2024
4.4.0-preview1-25305-02 28 02/11/2024
4.3.0 334 02/10/2020
4.3.0-preview1-24530-04 25 02/11/2024
4.0.0 25 02/11/2024