Microsoft.Extensions.Primitives
7.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Microsoft.Extensions.Primitives --version 7.0.0
NuGet\Install-Package Microsoft.Extensions.Primitives -Version 7.0.0
<PackageReference Include="Microsoft.Extensions.Primitives" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Primitives" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Primitives" />
paket add Microsoft.Extensions.Primitives --version 7.0.0
#r "nuget: Microsoft.Extensions.Primitives, 7.0.0"
#addin nuget:?package=Microsoft.Extensions.Primitives&version=7.0.0
#tool nuget:?package=Microsoft.Extensions.Primitives&version=7.0.0
Primitives shared by framework extensions. Commonly used types include:
Commonly Used Types:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Product | Versions 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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. |
-
.NETFramework 4.6.2
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
.NETStandard 2.0
- System.Memory (>= 4.5.5)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net6.0
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
-
net7.0
- No dependencies.
NuGet packages (707)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Primitives:
Package | Downloads |
---|---|
Microsoft.Extensions.Options
Provides a strongly typed way of specifying and accessing settings using dependency injection. |
|
Microsoft.Extensions.Configuration.Abstractions
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages. |
|
Microsoft.Extensions.Configuration
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider. |
|
Microsoft.Extensions.FileProviders.Abstractions
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider |
|
Microsoft.Extensions.FileProviders.Physical
File provider for physical files for Microsoft.Extensions.FileProviders. |
GitHub repositories (181)
Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.Primitives:
Repository | Stars |
---|---|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
chocolatey/choco
Chocolatey - the package manager for Windows
|
|
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
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|
|
FastEndpoints/FastEndpoints
A light-weight REST API development framework for ASP.NET 8 and newer.
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
|
|
Azure/azure-powershell
Microsoft Azure PowerShell
|
|
hardkoded/puppeteer-sharp
Headless Chrome .NET API
|
|
dotnet/aspnet-api-versioning
Provides a set of libraries which add service API versioning to ASP.NET Web API, OData with ASP.NET Web API, and ASP.NET Core.
|
|
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
|
|
1357310795/MyComputerManager
管理“此电脑”里删不掉的流氓“快捷方式”(包括侧边栏),同时可自己添加这类“快捷方式”
|
|
microsoft/playwright-dotnet
.NET version of the Playwright testing and automation library.
|
|
zzzprojects/EntityFramework-Plus
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
|
|
zsh2401/AutumnBox
图形化ADB工具箱
|
|
microsoft/WhatTheHack
A collection of challenge based hack-a-thons including student guide, coach guide, lecture presentations, sample/instructional code and templates. Please visit the What The Hack website at: https://aka.ms/wth
|
|
NewLifeX/X
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache (memory / redis), network (TCP / UDP / HTTP), RPC framework, serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存(内存/Redis)、网络(Tcp/Udp/Http)、RPC框架、序列化(Binary/XML/Json)、APM性能追踪。
|
Version | Downloads | Last Updated | |
---|---|---|---|
10.0.0-preview.5.25277.114 | 45,680 | 6/6/2025 | |
10.0.0-preview.4.25258.110 | 78,000 | 5/12/2025 | |
10.0.0-preview.3.25171.5 | 123,826 | 4/10/2025 | |
10.0.0-preview.2.25163.2 | 82,737 | 3/18/2025 | |
10.0.0-preview.1.25080.5 | 117,912 | 2/25/2025 | |
9.0.6 | 4,060,457 | 6/10/2025 | |
9.0.5 | 8,476,532 | 5/13/2025 | |
9.0.4 | 19,389,113 | 4/8/2025 | |
9.0.3 | 15,295,611 | 3/11/2025 | |
9.0.2 | 18,526,807 | 2/11/2025 | |
9.0.1 | 22,011,902 | 1/14/2025 | |
9.0.0 | 69,622,521 | 11/12/2024 | |
9.0.0-rc.2.24473.5 | 1,109,267 | 10/8/2024 | |
9.0.0-rc.1.24431.7 | 622,258 | 9/10/2024 | |
9.0.0-preview.7.24405.7 | 819,551 | 8/13/2024 | |
9.0.0-preview.6.24327.7 | 473,509 | 7/9/2024 | |
9.0.0-preview.5.24306.7 | 301,551 | 6/11/2024 | |
9.0.0-preview.4.24266.19 | 261,670 | 5/21/2024 | |
9.0.0-preview.3.24172.9 | 451,079 | 4/11/2024 | |
9.0.0-preview.2.24128.5 | 312,506 | 3/12/2024 | |
9.0.0-preview.1.24080.9 | 316,818 | 2/13/2024 | |
8.0.0 | 426,509,192 | 11/14/2023 | |
8.0.0-rc.2.23479.6 | 3,098,863 | 10/10/2023 | |
8.0.0-rc.1.23419.4 | 1,710,979 | 9/12/2023 | |
8.0.0-preview.7.23375.6 | 962,400 | 8/8/2023 | |
8.0.0-preview.6.23329.7 | 595,939 | 7/11/2023 | |
8.0.0-preview.5.23280.8 | 460,194 | 6/13/2023 | |
8.0.0-preview.4.23259.5 | 732,755 | 5/16/2023 | |
8.0.0-preview.3.23174.8 | 715,091 | 4/11/2023 | |
8.0.0-preview.2.23128.3 | 548,493 | 3/14/2023 | |
8.0.0-preview.1.23110.8 | 454,651 | 2/21/2023 | |
7.0.0 | 361,547,365 | 11/7/2022 | |
7.0.0-rc.2.22472.3 | 3,049,388 | 10/11/2022 | |
7.0.0-rc.1.22426.10 | 653,904 | 9/14/2022 | |
7.0.0-preview.7.22375.6 | 493,301 | 8/9/2022 | |
7.0.0-preview.6.22324.4 | 404,612 | 7/12/2022 | |
7.0.0-preview.5.22301.12 | 262,214 | 6/14/2022 | |
7.0.0-preview.4.22229.4 | 619,139 | 5/10/2022 | |
7.0.0-preview.3.22175.4 | 247,807 | 4/13/2022 | |
7.0.0-preview.2.22152.2 | 397,694 | 3/14/2022 | |
7.0.0-preview.1.22076.8 | 270,800 | 2/17/2022 | |
6.0.1 | 5,354,164 | 11/12/2024 | |
6.0.0 | 807,615,408 | 11/8/2021 | |
6.0.0-rc.2.21480.5 | 2,196,171 | 10/12/2021 | |
6.0.0-rc.1.21451.13 | 850,476 | 9/14/2021 | |
6.0.0-preview.7.21377.19 | 931,189 | 8/10/2021 | |
6.0.0-preview.6.21352.12 | 466,212 | 7/14/2021 | |
6.0.0-preview.5.21301.5 | 443,316 | 6/15/2021 | |
6.0.0-preview.4.21253.7 | 2,333,896 | 5/24/2021 | |
6.0.0-preview.3.21201.4 | 896,752 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 316,169 | 3/11/2021 | |
6.0.0-preview.1.21102.12 | 790,268 | 2/12/2021 | |
5.0.1 | 64,944,012 | 4/6/2021 | |
5.0.0 | 615,181,562 | 11/9/2020 | |
5.0.0-rc.2.20475.5 | 1,235,942 | 10/13/2020 | |
5.0.0-rc.1.20451.14 | 1,010,593 | 9/14/2020 | |
5.0.0-preview.8.20407.11 | 768,393 | 8/25/2020 | |
5.0.0-preview.7.20364.11 | 565,498 | 7/21/2020 | |
5.0.0-preview.6.20305.6 | 265,752 | 6/25/2020 | |
5.0.0-preview.5.20278.1 | 499,641 | 6/10/2020 | |
5.0.0-preview.4.20251.6 | 456,207 | 5/18/2020 | |
5.0.0-preview.3.20215.2 | 345,281 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 462,957 | 4/2/2020 | |
5.0.0-preview.1.20120.4 | 241,348 | 3/16/2020 | |
3.1.32 | 35,007,697 | 12/13/2022 | |
3.1.31 | 4,017,894 | 11/8/2022 | |
3.1.30 | 4,219,123 | 10/11/2022 | |
3.1.29 | 3,642,282 | 9/13/2022 | |
3.1.28 | 7,484,774 | 8/9/2022 | |
3.1.27 | 2,840,582 | 7/12/2022 | |
3.1.26 | 2,421,187 | 6/14/2022 | |
3.1.25 | 4,460,600 | 5/10/2022 | |
3.1.24 | 16,396,428 | 4/11/2022 | |
3.1.23 | 6,525,398 | 3/8/2022 | |
3.1.22 | 28,798,914 | 12/14/2021 | |
3.1.21 | 14,963,626 | 11/7/2021 | |
3.1.20 | 8,401,530 | 10/11/2021 | |
3.1.19 | 7,198,010 | 9/14/2021 | |
3.1.18 | 74,402,414 | 8/10/2021 | |
3.1.17 | 9,904,156 | 7/13/2021 | |
3.1.16 | 18,979,987 | 6/8/2021 | |
3.1.15 | 11,441,963 | 5/11/2021 | |
3.1.14 | 23,986,613 | 4/6/2021 | |
3.1.13 | 20,358,866 | 3/9/2021 | |
3.1.12 | 15,927,668 | 2/9/2021 | |
3.1.11 | 25,317,244 | 1/12/2021 | |
3.1.10 | 38,940,351 | 11/9/2020 | |
3.1.9 | 96,225,505 | 10/13/2020 | |
3.1.8 | 279,942,827 | 9/8/2020 | |
3.1.7 | 51,610,840 | 8/11/2020 | |
3.1.6 | 57,202,322 | 7/14/2020 | |
3.1.5 | 61,275,883 | 6/9/2020 | |
3.1.4 | 78,039,865 | 5/12/2020 | |
3.1.3 | 151,786,323 | 3/24/2020 | |
3.1.2 | 96,304,730 | 2/18/2020 | |
3.1.1 | 56,139,206 | 1/14/2020 | |
3.1.0 | 371,653,461 | 12/3/2019 | |
3.1.0-preview3.19553.2 | 2,261,224 | 11/13/2019 | |
3.1.0-preview2.19525.4 | 263,103 | 11/1/2019 | |
3.1.0-preview1.19506.1 | 1,390,902 | 10/15/2019 | |
3.0.3 | 86,699,295 | 2/18/2020 | |
3.0.2 | 1,275,854 | 1/14/2020 | |
3.0.1 | 9,093,261 | 11/18/2019 | |
3.0.0 | 239,347,741 | 9/23/2019 | |
3.0.0-rc1.19456.10 | 205,513 | 9/16/2019 | |
3.0.0-preview9.19423.4 | 1,832,748 | 9/4/2019 | |
3.0.0-preview8.19405.4 | 674,045 | 8/13/2019 | |
3.0.0-preview7.19362.4 | 384,437 | 7/23/2019 | |
3.0.0-preview6.19304.6 | 969,127 | 6/12/2019 | |
3.0.0-preview5.19227.9 | 906,562 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 104,064 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 465,077 | 3/6/2019 | |
3.0.0-preview.19074.2 | 268,173 | 1/29/2019 | |
3.0.0-preview.18572.1 | 212,024 | 12/4/2018 | |
2.2.0 | 880,744,075 | 12/3/2018 | |
2.2.0-preview3-35497 | 831,379 | 10/17/2018 | |
2.2.0-preview2-35157 | 700,115 | 9/12/2018 | |
2.2.0-preview1-35029 | 379,829 | 8/22/2018 | |
2.1.6 | 8,467,790 | 11/13/2018 | |
2.1.1 | 581,750,675 | 6/18/2018 | |
2.1.0 | 642,855,943 | 5/29/2018 | |
2.1.0-rc1-final | 794,192 | 5/6/2018 | |
2.1.0-preview2-final | 1,140,768 | 4/10/2018 | |
2.1.0-preview1-final | 2,299,325 | 2/26/2018 | |
2.0.0 | 740,122,769 | 8/11/2017 | |
2.0.0-preview2-final | 896,410 | 6/28/2017 | |
2.0.0-preview1-final | 850,640 | 5/10/2017 | |
1.1.1 | 90,750,514 | 5/9/2017 | |
1.1.0 | 62,492,318 | 11/16/2016 | |
1.1.0-preview1-final | 290,583 | 10/24/2016 | |
1.0.1 | 151,104,837 | 12/12/2016 | |
1.0.0 | 347,486,065 | 6/27/2016 | |
1.0.0-rc2-final | 2,410,453 | 5/16/2016 | |
1.0.0-rc1-final | 1,083,149 | 11/18/2015 |