Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : microsoft.data.tools.stringresourcetool

String Resource Tool creates C# wrapper classes for managed string resources. The app developer creates a .strings file to declare the list of strings. Each line includes the name of the string and its list of parameters. For example: ConnectionFailure(server) = Failed to connect to server {0}. The above line creates the following entry in the wrapper class: [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class StringConnectionInfo { public static string ConnectionFailure(string server) { return Keys.GetString(Keys.ConnectionFailure, server); } } The package includes a targets file for incorporating srgen into an msbuild-based development project and a sample strings file.

Registry - Homepage - JSON
purl: pkg:nuget/microsoft.data.tools.stringresourcetool
License: MIT
Latest release: 7 months ago
First release: over 124 years ago
Downloads: 13,502 total
Last synced: 10 days ago

    Loading...
    Readme
    Loading...