Diagnostics/NuGetPackageVerifier.json

25 строки
762 B
JSON

{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AdxVerificationCompositeRule"
],
"packages": {
"Microsoft.AspNetCore.Diagnostics": { },
"Microsoft.AspNetCore.Diagnostics.Abstractions": { },
"Microsoft.AspNetCore.Diagnostics.Elm": { },
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": { },
"Microsoft.AspNetCore.MiddlewareAnalysis": { }
}
},
"adx-nonshipping": {
"rules": [],
"packages": {
"PageGenerator": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"DefaultCompositeRule"
]
}
}