Microsoft.Extensions.Localization.Abstractions 1.0.0-rc2-final

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.Extensions.Localization.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.Localization.Abstractions --version 1.0.0-rc2-final
NuGet\Install-Package Microsoft.Extensions.Localization.Abstractions -Version 1.0.0-rc2-final
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="Microsoft.Extensions.Localization.Abstractions" Version="1.0.0-rc2-final" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Localization.Abstractions --version 1.0.0-rc2-final
#r "nuget: Microsoft.Extensions.Localization.Abstractions, 1.0.0-rc2-final"
#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.
// Install Microsoft.Extensions.Localization.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Localization.Abstractions&version=1.0.0-rc2-final&prerelease

// Install Microsoft.Extensions.Localization.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Localization.Abstractions&version=1.0.0-rc2-final&prerelease

Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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.

NuGet packages (277)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Localization.Abstractions:

Package Downloads
Microsoft.Extensions.Localization The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e1ad9117a4dac3b0f5f2a7e2b10b43b7016379b9

Microsoft.AspNetCore.Localization The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source. This package was built from the source code at https://github.com/aspnet/Localization/tree/de1579bdda645ba8631403af8720929b76939853

Microsoft.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

SimpleInjector.Integration.ServiceCollection The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Integrates Simple Injector with applications that require the use of IServiceCollection for registration of framework components.

GitHub repositories (35)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Localization.Abstractions:

Repository Stars
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
cloudscribe/cloudscribe
ASP.NET Core multi-tenant web application foundation with management for sites, users, roles, claims and more
ProtonVPN/win-app
Official ProtonVPN Windows app
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
Version Downloads Last updated
9.0.0-preview.2.24128.4 511 3/12/2024
9.0.0-preview.1.24081.5 15,696 2/13/2024
8.0.3 70,222 3/12/2024
8.0.2 305,676 2/13/2024
8.0.1 468,736 1/9/2024
8.0.0 1,185,100 11/14/2023
8.0.0-rc.2.23480.2 42,082 10/10/2023
8.0.0-rc.1.23421.29 9,828 9/12/2023
8.0.0-preview.7.23375.9 16,284 8/8/2023
8.0.0-preview.6.23329.11 7,297 7/11/2023
8.0.0-preview.5.23302.2 3,927 6/13/2023
8.0.0-preview.4.23260.4 4,137 5/16/2023
8.0.0-preview.3.23177.8 5,105 4/11/2023
8.0.0-preview.2.23153.2 1,733 3/14/2023
8.0.0-preview.1.23112.2 54,663 2/21/2023
7.0.17 4,975 3/12/2024
7.0.16 33,386 2/13/2024
7.0.15 83,286 1/9/2024
7.0.14 270,759 11/14/2023
7.0.13 248,470 10/24/2023
7.0.12 142,459 10/10/2023
7.0.11 302,603 9/12/2023
7.0.10 393,697 8/8/2023
7.0.9 286,410 7/11/2023
7.0.8 163,308 6/22/2023
7.0.7 150,098 6/13/2023
7.0.5 1,806,316 4/11/2023
7.0.4 418,122 3/14/2023
7.0.3 665,509 2/14/2023
7.0.2 831,440 1/10/2023
7.0.1 726,389 12/13/2022
7.0.0 4,866,261 11/7/2022
7.0.0-rc.2.22476.2 23,399 10/11/2022
7.0.0-rc.1.22427.2 35,040 9/14/2022
7.0.0-preview.7.22376.6 4,812 8/9/2022
7.0.0-preview.6.22330.3 2,656 7/12/2022
7.0.0-preview.5.22303.8 1,719 6/14/2022
7.0.0-preview.4.22251.1 64,151 5/10/2022
7.0.0-preview.3.22178.4 8,934 4/13/2022
7.0.0-preview.2.22153.2 1,730 3/14/2022
7.0.0-preview.1.22109.13 3,319 2/17/2022
6.0.28 13,504 3/12/2024
6.0.27 41,265 2/13/2024
6.0.26 87,293 1/9/2024
6.0.25 192,606 11/14/2023
6.0.24 134,222 10/24/2023
6.0.23 62,853 10/10/2023
6.0.22 94,843 9/12/2023
6.0.21 109,879 8/8/2023
6.0.20 126,847 7/11/2023
6.0.19 82,839 6/22/2023
6.0.18 75,390 6/13/2023
6.0.16 756,143 4/11/2023
6.0.15 130,968 3/14/2023
6.0.14 120,908 2/14/2023
6.0.13 262,471 1/10/2023
6.0.12 170,861 12/13/2022
6.0.11 308,057 11/7/2022
6.0.10 895,122 10/11/2022
6.0.9 855,339 9/13/2022
6.0.8 1,159,475 8/9/2022
6.0.7 1,059,344 7/12/2022
6.0.6 890,298 6/14/2022
6.0.5 5,648,576 5/10/2022
6.0.4 943,707 4/11/2022
6.0.3 1,091,061 3/8/2022
6.0.2 928,584 2/8/2022
6.0.1 2,184,202 12/14/2021
6.0.0 9,200,872 11/8/2021
6.0.0-rc.2.21480.10 82,601 10/12/2021
6.0.0-rc.1.21452.15 24,848 9/14/2021
6.0.0-preview.7.21378.6 378,257 8/10/2021
6.0.0-preview.6.21355.2 100,035 7/14/2021
6.0.0-preview.5.21301.17 5,227 6/15/2021
6.0.0-preview.4.21253.5 2,134 5/24/2021
6.0.0-preview.3.21201.13 152,687 4/8/2021
6.0.0-preview.2.21154.6 10,961 3/11/2021
6.0.0-preview.1.21103.6 6,177 2/12/2021
5.0.17 103,780 5/10/2022
5.0.16 25,926 4/11/2022
5.0.15 55,210 3/8/2022
5.0.14 163,780 2/8/2022
5.0.13 69,483 12/14/2021
5.0.12 503,734 11/7/2021
5.0.11 527,012 10/12/2021
5.0.10 1,142,826 9/14/2021
5.0.9 872,974 8/10/2021
5.0.8 1,769,252 7/13/2021
5.0.7 1,369,939 6/8/2021
5.0.6 1,250,631 5/11/2021
5.0.5 1,222,632 4/6/2021
5.0.4 577,640 3/9/2021
5.0.3 813,412 2/9/2021
5.0.2 994,531 1/12/2021
5.0.1 505,432 12/8/2020
5.0.0 1,957,058 11/9/2020
5.0.0-rc.2.20475.17 58,006 10/13/2020
5.0.0-rc.1.20451.17 2,698 9/14/2020
5.0.0-preview.8.20414.8 2,479 8/25/2020
5.0.0-preview.7.20365.19 2,039 7/21/2020
5.0.0-preview.6.20312.15 1,306 6/25/2020
5.0.0-preview.5.20279.2 893 6/10/2020
5.0.0-preview.4.20257.10 2,881 5/18/2020
5.0.0-preview.3.20215.14 2,366 4/23/2020
5.0.0-preview.2.20167.3 5,489 4/2/2020
5.0.0-preview.1.20120.4 2,529 3/16/2020
3.1.32 94,976 12/13/2022
3.1.31 28,258 11/8/2022
3.1.30 15,736 10/11/2022
3.1.29 47,479 9/13/2022
3.1.28 23,902 8/9/2022
3.1.27 30,743 7/12/2022
3.1.26 19,330 6/14/2022
3.1.25 35,253 5/10/2022
3.1.24 76,893 4/11/2022
3.1.23 66,569 3/8/2022
3.1.22 169,645 12/14/2021
3.1.21 144,040 11/7/2021
3.1.20 34,101 10/11/2021
3.1.19 66,963 9/14/2021
3.1.18 250,449 8/10/2021
3.1.17 133,704 7/13/2021
3.1.16 125,595 6/8/2021
3.1.15 79,015 5/11/2021
3.1.14 109,361 4/6/2021
3.1.13 160,445 3/9/2021
3.1.12 273,578 2/9/2021
3.1.11 155,739 1/12/2021
3.1.10 652,818 11/9/2020
3.1.9 1,255,591 10/13/2020
3.1.8 2,020,516 9/8/2020
3.1.7 849,613 8/11/2020
3.1.6 5,323,235 7/14/2020
3.1.5 2,770,130 6/9/2020
3.1.4 401,495 5/12/2020
3.1.3 1,507,446 3/24/2020
3.1.2 1,942,608 2/18/2020
3.1.1 853,493 1/14/2020
3.1.0 1,486,021 12/3/2019
3.1.0-preview3.19553.2 1,121 11/13/2019
3.1.0-preview2.19525.4 917 11/1/2019
3.1.0-preview1.19506.1 2,130 10/15/2019
3.0.3 5,459 2/18/2020
3.0.2 8,285 1/14/2020
3.0.1 103,433 11/18/2019
3.0.0 799,670 9/23/2019
3.0.0-rc1.19456.10 857 9/16/2019
3.0.0-preview9.19423.4 79,604 9/4/2019
3.0.0-preview8.19405.4 7,617 8/13/2019
3.0.0-preview7.19362.4 1,153 7/23/2019
3.0.0-preview6.19304.6 2,280 6/12/2019
3.0.0-preview5.19227.9 2,270 5/6/2019
3.0.0-preview4.19216.2 946 4/18/2019
3.0.0-preview3.19153.1 2,938 3/6/2019
3.0.0-preview-18579-0056 2,941 12/3/2018
2.2.0 118,029,715 12/3/2018
2.2.0-preview3-35497 103,529 10/17/2018
2.2.0-preview2-35157 41,435 9/12/2018
2.2.0-preview1-35029 25,044 8/22/2018
2.1.1 33,079,209 6/18/2018
2.1.0 38,757,406 5/29/2018
2.1.0-rc1-final 105,621 5/6/2018
2.1.0-preview2-final 114,034 4/10/2018
2.1.0-preview1-final 132,864 2/26/2018
2.0.3 6,620,124 5/7/2018
2.0.2 6,792,571 3/13/2018
2.0.1 16,297,676 11/14/2017
2.0.0 61,567,532 8/11/2017
2.0.0-preview2-final 99,045 6/28/2017
2.0.0-preview1-final 26,063 5/10/2017
1.1.3 2,088,176 9/20/2017
1.1.2 3,529,266 5/9/2017
1.1.1 3,894,973 3/6/2017
1.1.0 2,562,291 11/16/2016
1.1.0-preview1-final 29,596 10/24/2016
1.0.5 719,419 11/14/2017
1.0.4 19,041 9/20/2017
1.0.3 22,089,522 5/9/2017
1.0.2 2,860,930 3/6/2017
1.0.1 521,585 12/12/2016
1.0.0 10,730,064 6/27/2016
1.0.0-rc2-final 169,446 5/16/2016
1.0.0-rc1-final 419,794 11/18/2015