VSDiagnostics
VSDiagnostics copied to clipboard
Don't allow new diagnostics in tests
I've noticed a few tests that use the allowNewDiagnostics: true
argument when using a Code Fix. I don't think this should be allowed so take a look why I did that exactly and remove if possible.
Looked after in https://github.com/Vannevelj/VSDiagnostics/commit/03e8c35cd2b1f13586b9e0ab1353e4aeb0e73911
Reopening because we can specify the exact analyzer codes instead of a general true
value.
Not important enough to hold up a release