Razor/NuGetPackageVerifier.json

30 строки
1.1 KiB
JSON
Исходник Обычный вид История

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": {
"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": {
"Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources": { },
"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
]
}
}