PluralizeService.Core
1.2.19339.3
Description
Install-Package PluralizeService.Core -Version 1.2.19339.3
dotnet add package PluralizeService.Core --version 1.2.19339.3
<PackageReference Include="PluralizeService.Core" Version="1.2.19339.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PluralizeService.Core --version 1.2.19339.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: PluralizeService.Core, 1.2.19339.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
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
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
Dependencies
This package has no dependencies.
Used By
NuGet packages (11)
Showing the top 5 NuGet packages that depend on PluralizeService.Core:
Package | Downloads |
---|---|
Wikiled.Text.Analysis
Text Analysis Library
|
|
ItMastersPro.MongoDb.Repository
Implementing the Repository pattern for use MongoDb
|
|
Faraboom.Framework
Faraboom Framework
|
|
ItMastersPro.NoSql.Repository.MongoDb
Implementing the Repository pattern for use MongoDb
|
|
BanBrick.TypeScript.CodeGenerator
C# to TypeScript Code Generator Library for .Net Core Web APIs Request/Response models
|
GitHub repositories
This package is not used by any popular GitHub repositories.