ReswPlus 0.3.1.5

dotnet add package ReswPlus --version 0.3.1.5
                    
NuGet\Install-Package ReswPlus -Version 0.3.1.5
                    
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="ReswPlus" Version="0.3.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ReswPlus" Version="0.3.1.5" />
                    
Directory.Packages.props
<PackageReference Include="ReswPlus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ReswPlus --version 0.3.1.5
                    
#r "nuget: ReswPlus, 0.3.1.5"
                    
#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.
#addin nuget:?package=ReswPlus&version=0.3.1.5
                    
Install ReswPlus as a Cake Addin
#tool nuget:?package=ReswPlus&version=0.3.1.5
                    
Install ReswPlus as a Cake Tool

ReswPlus is a C# Source Generator for Visual Studio that enhances .resw files with a powerful set of features, making localization easier, safer, and more efficient.

Features

  • Strongly typed static properties for safer and more efficient string access.
  • Automatic generation of string formatting methods, supporting:
    • Typed and named parameters, literal strings, string references, and macros.
  • Pluralization support for 196 languages, including handling empty states when the item count is zero.
  • Variant support for managing multiple versions of a string.
  • Generation of a markup extension for accessing strings with compile-time verification.
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.3.1.5 126 2 months ago
0.2.6 236 7 months ago