System.Runtime.CompilerServices.Unsafe 4.3.0-preview1-24530-04

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
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.
7,573
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.
7,567
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.ValueTask<TResult> 7ee84596d92e178bce54c986df31ccc52479e772
7,266
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
7,247
Pipelines.Sockets.Unofficial
Package Description
7,200
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,187
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.
7,172
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,122
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.
6,591
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
5,902
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.
5,893
Microsoft.Extensions.DependencyInjection
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
5,874
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
5,856
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. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T>
5,841
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
4,670
System.Threading.Tasks.Extensions
Provides additional types that simplify the work of writing concurrent and asynchronous code. Commonly Used Types: System.Threading.Tasks.ValueTask<TResult> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f
4,657
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.
4,606
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
4,579
Google.Protobuf
C# runtime library for Protocol Buffers - Google's data interchange format.
4,201
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,102

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

MonoAndroid 1.0

  • No dependencies.

MonoTouch 1.0

  • No dependencies.

.NET Framework 4.5

  • No dependencies.

.NET Standard 1.0

Windows 8.0

  • No dependencies.

WindowsPhone 8.0

  • No dependencies.

WindowsPhoneApp 8.1

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

Xamarin.Mac 2.0

  • No dependencies.

Xamarin.TVOS 1.0

  • No dependencies.

Xamarin.WatchOS 1.0

  • No dependencies.

Version Downloads Last updated
7.0.0-preview.2.22152.2 32 05/30/2023
7.0.0-preview.1.22076.8 29 05/30/2023
6.1.0 10 11/13/2024
6.0.2-mauipre.1.22102.15 24 05/30/2023
6.0.2-mauipre.1.22054.8 19 05/30/2023
6.0.0 5,925 11/12/2021
6.0.0-rc.2.21480.5 28 05/30/2023
6.0.0-rc.1.21451.13 25 05/30/2023
6.0.0-preview.7.21377.19 24 05/30/2023
6.0.0-preview.6.21352.12 24 05/30/2023
6.0.0-preview.5.21301.5 24 05/30/2023
6.0.0-preview.4.21253.7 24 05/30/2023
6.0.0-preview.3.21201.4 22 05/30/2023
6.0.0-preview.2.21154.6 22 05/30/2023
6.0.0-preview.1.21102.12 21 05/30/2023
5.0.0 6,961 03/19/2021
5.0.0-rc.2.20475.5 20 05/30/2023
5.0.0-rc.1.20451.14 20 05/30/2023
5.0.0-preview.8.20407.11 20 05/30/2023
5.0.0-preview.7.20364.11 21 05/30/2023
5.0.0-preview.6.20305.6 21 05/30/2023
5.0.0-preview.5.20278.1 24 05/30/2023
5.0.0-preview.4.20251.6 21 05/30/2023
5.0.0-preview.3.20214.6 25 05/30/2023
5.0.0-preview.2.20160.6 24 05/30/2023
5.0.0-preview.1.20120.5 26 04/09/2021
4.7.1 3,946 12/16/2020
4.7.0 7,144 12/16/2020
4.7.0-preview3.19551.4 20 05/30/2023
4.7.0-preview2.19523.17 20 05/30/2023
4.7.0-preview1.19504.10 21 05/30/2023
4.6.0 36 01/18/2021
4.6.0-rc1.19456.4 18 05/30/2023
4.6.0-preview9.19421.4 21 05/30/2023
4.6.0-preview9.19416.11 20 05/30/2023
4.6.0-preview8.19405.3 21 05/30/2023
4.6.0-preview7.19362.9 22 05/30/2023
4.6.0-preview6.19303.8 23 05/30/2023
4.6.0-preview6.19264.9 22 05/30/2023
4.6.0-preview6.19259.10 24 05/30/2023
4.6.0-preview5.19224.8 21 05/30/2023
4.6.0-preview4.19212.13 24 05/30/2023
4.6.0-preview3.19128.7 23 05/30/2023
4.6.0-preview.19073.11 22 05/30/2023
4.6.0-preview.18571.3 20 05/30/2023
4.5.3 26 02/22/2022
4.5.2 6,530 12/16/2020
4.5.1 7,192 12/16/2020
4.5.0 3,233 04/07/2021
4.5.0-rc1 17 05/30/2023
4.5.0-preview2-26406-04 19 05/30/2023
4.5.0-preview1-26216-02 17 05/30/2023
4.4.0 7,180 12/16/2020
4.4.0-preview2-25405-01 24 05/29/2023
4.4.0-preview1-25305-02 18 05/29/2023
4.3.0 20 05/29/2023
4.3.0-preview1-24530-04 20 05/29/2023
4.0.0 20 05/29/2023