PluralizeService.Core 1.2.21147.2

.NET Standard 2.1
dotnet add package PluralizeService.Core --version 1.2.21147.2
NuGet\Install-Package PluralizeService.Core -Version 1.2.21147.2
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="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
#r "nuget: PluralizeService.Core, 1.2.21147.2"
#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 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

PluralizeService.Core

Is .Net Core wrapper for class PluralizationService from System.Data.Entity.Design.PluralizationServices

Build status: Build Status

Getting Started

  1. Download and build code, include a reference in your code to the project
  2. 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 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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.1

    • No dependencies.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on PluralizeService.Core:

Package Downloads
Shesha.Framework

Package Description

Shesha.NHibernate

Package Description

CyberEye.Constant.Lib

Package chứa các constant và enum

Shesha.MongoRepository

Package Description

Wikiled.Text.Analysis

Text Analysis Library

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.21147.2 637,693 5/27/2021
1.2.21070.12 28,501 3/11/2021
1.2.21070.11 688 3/11/2021
1.2.21070.10 611 3/11/2021
1.2.21070.9 577 3/11/2021
1.2.21070.6 651 3/10/2021
1.2.21070.2 659 3/10/2021
1.2.21070.1 628 3/10/2021
1.2.21069.2 634 3/10/2021
1.2.19339.3 1,626,245 12/5/2019
1.2.1 2,275 12/3/2019
1.2.0 808 12/3/2019
1.0.0.5 314,796 1/15/2018
1.0.0.3 1,472 12/22/2017
1.0.0 1,597 3/26/2018
0.7.0.3 1,742 12/21/2017