Content Supported by Sourcelens Consulting

{
    "adx": { // Packages written by the ADX team and that ship on NuGet.org
        "rules": [
            "AdxVerificationCompositeRule"
        ],
        "packages": {
            "Microsoft.Extensions.CommandLineUtils": { },
            "Microsoft.Extensions.ObjectPool": { },
            "Microsoft.Extensions.Primitives": { }
        }
    },
    "adx-nonshipping": {
        "rules": [],
        "packages": {
            "Microsoft.Extensions.ActivatorUtilities.Sources": { },
            "Microsoft.Extensions.ClosedGenericMatcher.Sources": { },
            "Microsoft.Extensions.CopyOnWriteDictionary.Sources": { },
            "Microsoft.Extensions.DotnetToolDispatcher.Sources": { },
            "Microsoft.Extensions.HashCodeCombiner.Sources": { },
            "Microsoft.Extensions.PropertyActivator.Sources": { },
            "Microsoft.Extensions.PropertyHelper.Sources": { },
            "Microsoft.Extensions.RuntimeEnvironment.Sources": { },
            "Microsoft.Extensions.SecurityHelper.Sources": { },
            "Microsoft.Extensions.StackTrace.Sources": { },
            "Microsoft.Extensions.TypeNameHelper.Sources": { }
        }
    },
    "Default": { // Rules to run for packages not listed in any other set.
        "rules": [
            "DefaultCompositeRule"
        ]
    }
}