Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.

Commit bd778d4

Browse files
committed
Enabling NuGetPackageVerifier
1 parent 5f98617 commit bd778d4

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

NuGetPackageVerifier.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"adx": { // Packages written by the ADX team and that ship on NuGet.org
3+
"rules": [
4+
"AssemblyHasDocumentFileRule",
5+
"AssemblyHasVersionAttributesRule",
6+
"AssemblyHasServicingAttributeRule",
7+
"AssemblyHasNeutralResourcesLanguageAttributeRule",
8+
"SatellitePackageRule",
9+
"StrictSemanticVersionValidationRule"
10+
],
11+
"packages": {
12+
"Microsoft.Framework.Logging": { },
13+
"Microsoft.Framework.Logging.Abstractions": { },
14+
"Microsoft.Framework.Logging.Console": { },
15+
"Microsoft.Framework.Logging.Debug": { },
16+
"Microsoft.Framework.Logging.EventLog": { },
17+
"Microsoft.Framework.Logging.TraceSource": { }
18+
}
19+
},
20+
"adx-nonshipping": {
21+
"rules": [],
22+
"packages": {
23+
"Microsoft.Framework.Logging.NLog": { }
24+
}
25+
},
26+
"Default": { // Rules to run for packages not listed in any other set.
27+
"rules": [
28+
"AssemblyHasDocumentFileRule",
29+
"AssemblyHasVersionAttributesRule",
30+
"AssemblyHasServicingAttributeRule",
31+
"AssemblyHasNeutralResourcesLanguageAttributeRule",
32+
"SatellitePackageRule",
33+
"StrictSemanticVersionValidationRule"
34+
]
35+
}
36+
}

0 commit comments

Comments
 (0)