2015-09-17 03:11:50 +03:00
{
2017-03-20 22:34:36 +03:00
"adx" : {
"rules" : [
"DefaultCompositeRule"
] ,
"packages" : {
"Microsoft.VisualStudio.LanguageServices.Razor" : {
"Exclusions" : {
2017-04-11 20:04:29 +03:00
"WRONG_THIRDPARTY_DEPENDENCY_VERSION" : {
2017-07-12 02:34:32 +03:00
"Microsoft.VisualStudio.LanguageServices.Razor; .NETFramework,Version=v4.6" : "This package intentionally depends on version 9.0.1 of Newtonsoft.Json because of the dependency on Visual Studio."
2017-03-20 22:34:36 +03:00
}
}
}
}
} ,
2015-09-17 03:11:50 +03:00
"adx-nonshipping" : { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
"rules" : [
// Don't run any rules for packages the ADX team creates but doesn't ship.
] ,
"packages" : {
2016-11-02 00:47:13 +03:00
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources" : { } ,
2016-08-29 21:29:28 +03:00
"RazorPageGenerator" : { }
2015-09-17 03:11:50 +03:00
}
} ,
"Default" : { // Rules to run for packages not listed in any other set.
"rules" : [
2016-02-13 02:16:03 +03:00
"DefaultCompositeRule"
2015-09-17 03:11:50 +03:00
]
}
}