Pluralize.NET
1.0.2
Pluralize or singularize any word. C# Port of Blake Embrey's pluralize library for Javascript. Visit https://github.com/sarathkcm/Pluralize.NET for details on how to use."
Install-Package Pluralize.NET -Version 1.0.2
dotnet add package Pluralize.NET --version 1.0.2
<PackageReference Include="Pluralize.NET" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pluralize.NET --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pluralize.NET, 1.0.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 Pluralize.NET as a Cake Addin
#addin nuget:?package=Pluralize.NET&version=1.0.2
// Install Pluralize.NET as a Cake Tool
#tool nuget:?package=Pluralize.NET&version=1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (20)
Showing the top 5 NuGet packages that depend on Pluralize.NET:
Package | Downloads |
---|---|
Stl.Fusion
Core components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients.
|
|
Weknow.Cypher.Builder
Package Description
|
|
EzDbCodeGen
This complete and self contained code generation utility will install in a sub directory EzDbCodeGen of a target project. From this path, you can run a powershell script that will generate code based on the connection string. Each template is a handlebars template that has tags that specify where you would like to output the generated code and if there is a vs project that you wish to update with the file list (old VS project formats only).
|
|
Mcma.Api
Library containing base classes and interfaces for MCMA API implementations
|
|
PoweredSoft.DbUtils.EF.Generator
Package Description
|
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Pluralize.NET:
Repository | Stars |
---|---|
servicetitan/Stl.Fusion
Get real-time UI updates in Blazor apps and 10-1000x faster API responses with a novel approach to distributed reactive computing. Fusion brings computed observables and automatic dependency tracking from Knockout.js/MobX/Vue to the next level by enabling a single dependency graph span multiple servers and clients, including Blazor apps running in browser.
|
|
cezarypiatek/MappingGenerator
:arrows_counterclockwise: "AutoMapper" like, Roslyn based, code fix provider that allows to generate mapping code in design time.
|
|
dotnetzoom/AspNetCore-WebApi-Course
Professional REST API design with ASP.NET Core 3.1 WebAPI
|