Ignore doc comments for VSRC1 projects
This commit is contained in:
parent
2c0fb950bc
commit
62fe5d6c4e
|
|
@ -5,9 +5,17 @@
|
||||||
],
|
],
|
||||||
"packages": {
|
"packages": {
|
||||||
"Microsoft.AspNetCore.Razor": { },
|
"Microsoft.AspNetCore.Razor": { },
|
||||||
"Microsoft.AspNet.Razor.VSRC1": { },
|
"Microsoft.AspNet.Razor.VSRC1": {
|
||||||
|
"DOC_MISSING": {
|
||||||
|
"lib/net451/Microsoft.AspNet.Razor.VSRC1.dll": "Enter justification"
|
||||||
|
}
|
||||||
|
},
|
||||||
"Microsoft.AspNetCore.Razor.Runtime": { },
|
"Microsoft.AspNetCore.Razor.Runtime": { },
|
||||||
"Microsoft.AspNet.Razor.Runtime.VSRC1": { }
|
"Microsoft.AspNet.Razor.Runtime.VSRC1": {
|
||||||
|
"DOC_MISSING": {
|
||||||
|
"lib/net451/Microsoft.AspNet.Razor.Runtime.VSRC1.dll": "Enter justification"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
|
"adx-nonshipping": { // Packages written by the ADX team but that don't ship on NuGet.org (thus, no need to scan anything in them)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue