Enabling NuGetPackageVerifier

This commit is contained in:
Ajay Bhargav Baaskaran 2015-09-23 14:39:29 -07:00
parent e091bceaa8
commit f51e7263b7
1 changed files with 35 additions and 0 deletions

35
NuGetPackageVerifier.json Normal file
View File

@ -0,0 +1,35 @@
{
"adx": { // Packages written by the ADX team and that ship on NuGet.org
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
],
"packages": {
"Microsoft.AspNet.Authentication": { },
"Microsoft.AspNet.Authentication.Cookies": { },
"Microsoft.AspNet.Authentication.Facebook": { },
"Microsoft.AspNet.Authentication.Google": { },
"Microsoft.AspNet.Authentication.JwtBearer": { },
"Microsoft.AspNet.Authentication.MicrosoftAccount": { },
"Microsoft.AspNet.Authentication.OAuth": { },
"Microsoft.AspNet.Authentication.OpenIdConnect": { },
"Microsoft.AspNet.Authentication.Twitter": { },
"Microsoft.AspNet.Authorization": { },
"Microsoft.AspNet.CookiePolicy": { }
}
},
"Default": { // Rules to run for packages not listed in any other set.
"rules": [
"AssemblyHasDocumentFileRule",
"AssemblyHasVersionAttributesRule",
"AssemblyHasServicingAttributeRule",
"AssemblyHasNeutralResourcesLanguageAttributeRule",
"SatellitePackageRule",
"StrictSemanticVersionValidationRule"
]
}
}