vscode with dev kit + nuget package; confused by docs #1480
Unanswered
mkvlrn-cm42
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Docs say configuration should be done in
.editorconfig
file, and the example has this:So to enable all analyzers by default this should be set to true... but not in the
.editorconfig
file, then? It should be in.roslynatorconfig
?I added the setting in both and the analyzers didn't seem to be activated, but I'm probably doing something else wrong - I'm just starting with C# coming from node/ts where linting is kinda big deal, so I want to start in C# right.
I'm using this in vscode with the C# dev kit extension, and installed the nuget package in my project. Not using the Roslynator extension (the extension docs recommend switching to the nuget package).
Beta Was this translation helpful? Give feedback.
All reactions