{{ message }}
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi and first of all, thanks for this project!!
From the testing I made, the .zip version intended to scan older .netframework4.x works really really well!!
I'm migrating my .net core scans from the "package adding" version to the new standalone scanner. With the previous way, I usually faced issues with conflicts between scanner and project depdencies, like the the compiler version referenced in the project don't having everything the scanner needed and usually throwing some warnings and not working properly.
With this new standalone version, is it completely separated from the project dependencies? Can I scan older .net core applications, the ones that reference netcoreapp2.1/3.0/3.1 in the target framework... ? (assuming I have .net 5.0 installed in the environment)
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions