Seems not compatible to visual studio 2022.
I cannot see in vs 2022 (I got pro version) any of the suggestions that microsoft.devskim provides. I didn't find any way to install version 2.x.x.x (which seems better).
Also, it is too much to analyze the json file (by cli). Too many lines for the solution, and I need to read manually. It will be much better, whether I could check the recommendation in vs 2022 itself.
Hi @eitanmiz,
Thanks for the report. We're aware of the extension having issues after recent VS Updates.
As an alternative we're developing a mode for the CLI to be leveraged as a build task in the csproj (see #689).
Hi @eitanmiz,
Thanks for the report. We're aware of the extension having issues after recent VS Updates.
As an alternative we're developing a mode for the CLI to be leveraged as a build task in the csproj (see #689).
Why can't you just fix the extension???? C'mon - not everyone uses CLI for everything!
I'm using VisualStudio 2022 Enterprise v17.14.11 with C# and I can't suppress any warnings: I don't get a "Suppress this issue (or anything related) over the squiggly for the warning. I get them for other addins/extensions so I know VisualStudio is working just fine. I've also tried using SuppressMessage, and the // DevSkim: ignore DS148264 until 2026-12-31 technique described on your site - nothing works...