DoAudit 1.0.20

dotnet tool install --global DoAudit --version 1.0.20
                    
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 DoAudit --version 1.0.20
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=DoAudit&version=1.0.20
                    
nuke :add-package DoAudit --version 1.0.20
                    

The doaudit compare command now accepts a configuration where acceptedDifferences allow for a field to be 'Anything'. For a full example, please run the command:

> doaudit compare createconfig -o myCompareConfig.json
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.20 549 3/16/2021
1.0.19 349 3/16/2021
1.0.18 415 3/5/2021
1.0.17 377 3/3/2021
1.0.16 417 3/3/2021
1.0.15 398 3/3/2021
1.0.14 397 3/3/2021
1.0.13 353 3/3/2021
1.0.12 393 3/2/2021
1.0.11 415 3/1/2021
1.0.10 438 3/1/2021
1.0.9 394 3/1/2021
1.0.8 416 2/23/2021
1.0.7 420 2/19/2021
1.0.6 415 2/17/2021
1.0.5 393 2/16/2021
1.0.4 412 2/16/2021
1.0.3 384 2/16/2021
1.0.2 426 2/15/2021
1.0.1 411 2/15/2021
1.0.0 390 2/15/2021

Adds "Anything" as a matcher in the compare configuration