NETFx Smart String Resources NuGet Package

Suplements the built-in Resources .resx C# generator by generating a strong-typed class named Strings from the
same .resx file, but exposing format parameters as method parameters and organizing strings in classes according to the resource name
if it uses underscores.

i.e. User_InvalidCredentials can be accessed with Strings.User.InvalidCredentials, and as a method if it had
parameter replacements, which can even be named, like "Invalid email '{email}'".

This makes it easier to refactor strings too.




Got any NETFx Smart String Resources Question?





Info

Version: 3.2.0-alpha
Author(s): Daniel Cazzulino, kzu, Clarius
Last Update: Monday, December 30, 2019
.NET Fiddle: Create the first Fiddle
Project Url: http://netfx.codeplex.com/
NuGet Url: https://www.nuget.org/packages/netfx-System.StringResources


Install
Install-Package netfx-System.StringResources
dotnet add package netfx-System.StringResources
paket add netfx-System.StringResources
netfx-System.StringResources Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

24

days-since-last-release

1551