2015-09-17 03:11:50 +03:00
|
|
|
{
|
2017-12-04 22:29:09 +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
|
|
|
}
|
2017-12-04 22:29:09 +03:00
|
|
|
},
|
2017-12-28 23:57:15 +03:00
|
|
|
"Default": { // Rules to run for packages not listed in any other set.
|
2017-12-28 03:49:01 +03:00
|
|
|
"rules": [
|
2017-12-28 23:57:15 +03:00
|
|
|
"DefaultCompositeRule"
|
2017-12-28 03:49:01 +03:00
|
|
|
],
|
|
|
|
"packages": {
|
2017-12-28 23:57:15 +03:00
|
|
|
"Microsoft.AspNetCore.Razor.Design": {
|
|
|
|
"exclusions": {
|
|
|
|
"ASSEMBLY_DESCRIPTION": {
|
|
|
|
"tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"NEUTRAL_RESOURCES_LANGUAGE": {
|
|
|
|
"tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"ASSEMBLY_PRODUCT": {
|
|
|
|
"tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"SERVICING_ATTRIBUTE": {
|
|
|
|
"tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"VERSION_INFORMATIONALVERSION": {
|
|
|
|
"tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"WRONG_PUBLICKEYTOKEN": {
|
|
|
|
"tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Microsoft.CodeAnalysis.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/Newtonsoft.Json.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/runtimes/unix/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions.",
|
|
|
|
"tools/runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
},
|
|
|
|
"ASSEMBLY_INFORMATIONAL_VERSION_MISMATCH": {
|
|
|
|
"tools/Microsoft.CodeAnalysis.CSharp.dll": "This assembly is not owned by us and does not follow our conventions."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-12-28 03:49:01 +03:00
|
|
|
}
|
2017-12-04 22:29:09 +03:00
|
|
|
}
|
2015-09-17 03:11:50 +03:00
|
|
|
}
|