System.Runtime.CompilerServices.Unsafe 6.1.2

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

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

Packages Downloads
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. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
10
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
10
System.Collections.Immutable
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
10
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
8
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/e091728607ca0fc9efca55ccfb3e59259c6b5a0a.
8
Microsoft.Extensions.DependencyModel
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext
7
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
7
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
7
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
7
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
6
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.
6
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.
6
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
6
Microsoft.Extensions.Hosting.Abstractions
Hosting and startup abstractions for applications.
6
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
5
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.
5
Microsoft.CodeAnalysis.Common
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it. More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/df45061e218c9b5813c5531bc06fb238a23e30f6.
5
Microsoft.Extensions.Primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
5
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.
4
MimeKit
MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files. Unlike any other .NET MIME parser, MimeKit's parser does not need to parse string input nor does it use a TextReader. Instead, it parses raw byte streams, thus allowing it to better support undeclared 8bit text in headers as well as message bodies. It also means that MimeKit's parser is significantly faster than other .NET MIME parsers. MimeKit's parser also uses a real tokenizer when parsing the headers rather than regex or string.Split() like most other .NET MIME parsers. This means that MimeKit is much more RFC-compliant than any other .NET MIME parser out there, including the commercial implementations. In addition to having a far superior parser implementation, MimeKit's object tree is not a derivative of System.Net.Mail objects and thus does not suffer from System.Net.Mail's limitations. API documentation can be found on the web at http://www.mimekit.net/docs For those that need SMTP, POP3 or IMAP support, check out https://github.com/jstedfast/MailKit
4

.NET Framework 4.6.2

  • No dependencies.

.NET 6.0

  • No dependencies.

.NET 7.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
6.1.2 0 4/4/2025
6.1.1 0 3/17/2025
6.1.0 1 2/27/2025
6.0.0 4 8/6/2023
6.0.0-rc.2.21480.5 1 3/6/2025
6.0.0-rc.1.21451.13 1 3/6/2025
6.0.0-preview.7.21377.19 1 3/6/2025
6.0.0-preview.6.21352.12 1 3/6/2025
6.0.0-preview.5.21301.5 1 3/6/2025
6.0.0-preview.4.21253.7 1 3/5/2025
6.0.0-preview.3.21201.4 1 3/6/2025
6.0.0-preview.2.21154.6 1 3/6/2025
6.0.0-preview.1.21102.12 1 3/5/2025
5.0.0 2 3/17/2024
5.0.0-rc.2.20475.5 1 3/5/2025
5.0.0-rc.1.20451.14 1 3/5/2025
5.0.0-preview.8.20407.11 1 3/6/2025
5.0.0-preview.7.20364.11 1 3/5/2025
5.0.0-preview.6.20305.6 1 3/5/2025
5.0.0-preview.5.20278.1 1 3/6/2025
5.0.0-preview.4.20251.6 1 3/6/2025
5.0.0-preview.3.20214.6 1 3/6/2025
5.0.0-preview.2.20160.6 1 3/5/2025
5.0.0-preview.1.20120.5 1 3/5/2025
4.7.1 1 2/27/2025
4.7.0 2 2/3/2024
4.7.0-preview3.19551.4 1 3/5/2025
4.7.0-preview2.19523.17 1 3/5/2025
4.7.0-preview1.19504.10 1 3/5/2025
4.6.0 2 12/10/2024
4.6.0-rc1.19456.4 1 3/6/2025
4.6.0-preview9.19421.4 1 3/5/2025
4.6.0-preview9.19416.11 1 3/5/2025
4.6.0-preview8.19405.3 1 3/4/2025
4.6.0-preview7.19362.9 1 3/4/2025
4.6.0-preview6.19303.8 1 3/5/2025
4.6.0-preview6.19264.9 1 3/5/2025
4.6.0-preview6.19259.10 1 3/4/2025
4.6.0-preview5.19224.8 1 3/5/2025
4.6.0-preview4.19212.13 1 3/4/2025
4.6.0-preview3.19128.7 1 3/5/2025
4.6.0-preview.19073.11 1 3/5/2025
4.6.0-preview.18571.3 1 3/2/2025
4.5.3 1 2/27/2025
4.5.2 5 7/24/2023
4.5.1 2 4/30/2024
4.5.0 1 2/27/2025
4.5.0-rc1 1 2/27/2025
4.5.0-preview2-26406-04 1 3/4/2025
4.5.0-preview1-26216-02 1 3/5/2025
4.4.0 1 2/27/2025
4.4.0-preview2-25405-01 1 3/4/2025
4.4.0-preview1-25305-02 1 3/4/2025
4.3.0 1 2/27/2025
4.3.0-preview1-24530-04 1 3/4/2025
4.0.0 1 2/27/2025