Adliance.ResxR 1.0.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet tool install --global Adliance.ResxR --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Adliance.ResxR --version 1.0.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Adliance.ResxR&version=1.0.2
nuke :add-package Adliance.ResxR --version 1.0.2

ResxR

Helps you deal with your growing number of .NET Resource files by quickly showing you the differences and similarities between them as well as performing simple operations on them.

Usage

$ ResxR --help

ResxR 1.0.0
(c) Adliance GmbH 2024
Displays information about .resx files, shows differences between .resx files and performs operations on .resx files
Usage: ResxR [OPTION]... [FILE]
Usage: ResxR [OPTION]... [FILE1] [FILE2]
Usage: ResxR [OPTION]... [FILE]...

  -m, --missing-keys                 Finds keys present in the first file which are missing in the second

  -p, --present-keys                 Finds keys that are present in both the first and the second file

  -d, --different-values             Finds keys present in both files whos values differ

  -i, --identical-values             Finds keys present in both files with identical values

  -s, --mismatched-metadata          Finds keys present in both files which have differing metadata (type, mimetype, space or comment)

  -u, --duplicate-keys               Finds keys that appear more than once

  -e, --missing-spacepreserve        Finds keys that are missing the xml:space="preserve" attribute

  -c, --copy-missing-keys            Copies missing keys from the first file to the second

  -v, --copy-different-values        Copies differing values from the first file to the second

  -a, --alphabetise                  Sorts keys into alphabetical order

  -r, --add-missing-spacepreserve    Adds xml:space="preserve" attributes to keys that don't have it

  -f, --full-data                    Shows all fields from the data elements

  --help                             Display this help screen.

  --version                          Display version information.

  files (pos. 2)
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.2 75 5/21/2024