PluralizeService.Core
1.2.21147.2
.NET Standard 2.1
Install-Package PluralizeService.Core -Version 1.2.21147.2
dotnet add package PluralizeService.Core --version 1.2.21147.2
<PackageReference Include="PluralizeService.Core" Version="1.2.21147.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PluralizeService.Core --version 1.2.21147.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PluralizeService.Core, 1.2.21147.2"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install PluralizeService.Core as a Cake Addin
#addin nuget:?package=PluralizeService.Core&version=1.2.21147.2
// Install PluralizeService.Core as a Cake Tool
#tool nuget:?package=PluralizeService.Core&version=1.2.21147.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
PluralizeService.Core
Is .Net Core wrapper for class PluralizationService from System.Data.Entity.Design.PluralizationServices
Getting Started
- Download and build code, include a reference in your code to the project
- From anywhere within your code cal the PluralizationProvider as shown below
string word = "buses";
string singleWorld = PluralizationProvider.Singularize(word);
Console.WriteLine(singleWorld);
// outputs: bus
string word = "Company";
string pluralWord = PluralizationProvider.Pluralize(word);
Console.WriteLine(pluralWord);
// outputs: Companies
Authors
- Microsoft - Initial work - Microsoft
- Konstantin Anisimoff - adapted for .Net Core - kanisimoff
- Will Blackburn - Extended to provide a Singleton Provider Class and XUnit Tests - Harkole
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (20)
Showing the top 5 NuGet packages that depend on PluralizeService.Core:
Package | Downloads |
---|---|
Shesha.Framework
Package Description |
|
Shesha.NHibernate
Package Description |
|
Wikiled.Text.Analysis
Text Analysis Library |
|
CyberEye.Common.Lib
Package chứa các hàm tiện ích và common |
|
Shesha.MongoRepository
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.2.21147.2 | 126,132 | 5/27/2021 |
1.2.21070.12 | 14,869 | 3/11/2021 |
1.2.21070.11 | 247 | 3/11/2021 |
1.2.21070.10 | 236 | 3/11/2021 |
1.2.21070.9 | 204 | 3/11/2021 |
1.2.21070.6 | 219 | 3/10/2021 |
1.2.21070.2 | 219 | 3/10/2021 |
1.2.21070.1 | 225 | 3/10/2021 |
1.2.21069.2 | 228 | 3/10/2021 |
1.2.19339.3 | 207,518 | 12/5/2019 |
1.2.1 | 1,519 | 12/3/2019 |
1.2.0 | 393 | 12/3/2019 |
1.0.0.5 | 214,746 | 1/15/2018 |
1.0.0.3 | 1,030 | 12/22/2017 |
1.0.0 | 1,136 | 3/26/2018 |
0.7.0.3 | 1,233 | 12/21/2017 |