You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@OsirisTerje Have you tried a git clean -xdf after the upgrade to remove all the VS cache files in the file system? Usually, removing all temporary files have solved problems like this.
@OsirisTerje You need to restart VS if you upgrade Analyzers. VS gets confused.
If there is still an issue I can have a look at your branch.
The target framework doesn't matter for the analyzer as it is started by csc/msbuild
What is version of the SDK are you using?
@OsirisTerje I checked out the adapter code and updated NUnit.Analyzer to 3.8.0. It compiles fine. No issues found. Also no problem in VS. Added "classic" code triggers rules so analyzer loads fine.
@manfred-brands I upgraded to 4.1 in the UpdatePackages branch.
But @mikkelbu 's tip about git clean seems to have done it, OR your tip of a restart :-)
In the adapter I upgraded to latest version of the analyzer, and was rewarded by the warnings below:
The adapter runs both .netcore3.1 and net462. Is there any issues with one of these targets ?
The text was updated successfully, but these errors were encountered: