Sign in Sign up
nuget

netfx-System.StringResources

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.

nuget View on Nuget

Activity

Latest release
6y ago
Total releases
25
Cadence
~28 days
Last 12 months
0

Details

First release
Jul 13, 2011
Releases
Version Released
3.2.0-alpha pre
3.1.11 patch
3.1.10 patch
3.1.9 patch
3.1.8 patch
3.1.5 minor
3.0.14 patch
3.0.13 patch
3.0.12 patch
3.0.10 patch
3.0.9 patch
3.0.8 patch
3.0.7 patch
3.0.6 patch
3.0.5 patch
3.0.4 patch
3.0.3 patch
3.0.2 patch
3.0.1 major
2.0.0 major
1.0.0.10 patch
1.0.0.9 patch
1.0.0.8 patch
1.0.0.7 patch
1.0.0 initial