From 8f3a322cf902627f199259cde1f4aa315d9afba1 Mon Sep 17 00:00:00 2001 From: Ajay Bhargav Baaskaran Date: Wed, 16 Sep 2015 14:46:54 -0700 Subject: [PATCH] Enabling NuGetPackageVerifier --- NuGetPackageVerifier.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 NuGetPackageVerifier.json diff --git a/NuGetPackageVerifier.json b/NuGetPackageVerifier.json new file mode 100644 index 0000000000..d772e03fe9 --- /dev/null +++ b/NuGetPackageVerifier.json @@ -0,0 +1,39 @@ +{ + "adx": { // Packages written by the ADX team and that ship on NuGet.org + "rules": [ + "AssemblyHasDocumentFileRule", + "AssemblyHasVersionAttributesRule", + "AssemblyHasServicingAttributeRule", + "AssemblyHasNeutralResourcesLanguageAttributeRule", + "SatellitePackageRule", + "StrictSemanticVersionValidationRule" + ], + "packages": { + "Microsoft.AspNet.Mvc": { }, + "Microsoft.AspNet.Mvc.Abstractions": { }, + "Microsoft.AspNet.Mvc.ApiExplorer": { }, + "Microsoft.AspNet.Mvc.Core": { }, + "Microsoft.AspNet.Mvc.Cors": { }, + "Microsoft.AspNet.Mvc.DataAnnotations": { }, + "Microsoft.AspNet.Mvc.Formatters.Json": { }, + "Microsoft.AspNet.Mvc.Formatters.Xml": { }, + "Microsoft.AspNet.Mvc.Localization": { }, + "Microsoft.AspNet.Mvc.Razor": { }, + "Microsoft.AspNet.Mvc.Razor.Host": { }, + "Microsoft.AspNet.Mvc.TagHelpers": { }, + "Microsoft.AspNet.Mvc.ViewFeatures": { }, + "Microsoft.AspNet.Mvc.WebApiCompatShim": { }, + "Microsoft.AspNet.PageExecutionInstrumentation.Interfaces": { } + } + }, + "Default": { // Rules to run for packages not listed in any other set. + "rules": [ + "AssemblyHasDocumentFileRule", + "AssemblyHasVersionAttributesRule", + "AssemblyHasServicingAttributeRule", + "AssemblyHasNeutralResourcesLanguageAttributeRule", + "SatellitePackageRule", + "StrictSemanticVersionValidationRule" + ] + } +}