-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VB.NET BC42376: An instance of analyzer SymbolicExecutionRunner cannot be created #5436
Labels
Area: SQ Plugin
Java plugin related issues.
Area: VB.NET
VB.NET rules related issues.
Type: Bug
Exceptions and blocking issues during analysis.
Milestone
Comments
Hi @dougwaldron, Thank you for reporting this. It seems that we forgot to ship this dependency to the NuGet package. |
It's also missing from the VBNET SQ Plugin |
Related for Peach: #5437 |
It doesn't reproduce on SQ/SC, because VB.NET analyzer gets DLL from C# due to current S4NET behavior. |
This was referenced Feb 28, 2022
Hi @dougwaldron, you should be able to use the latest 8.36.1 version that fixes this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: SQ Plugin
Java plugin related issues.
Area: VB.NET
VB.NET rules related issues.
Type: Bug
Exceptions and blocking issues during analysis.
After updating the "SonarAnalyzer.VisualBasic" package from version 8.35.0.42613 to version 8.36.0.43782, the compiler produces this warning:
Downgrading back to 8.35 eliminates the warning.
This is in a .NET Framework 4.8 project in Visual Studio 2022 (17.1.0).
The text was updated successfully, but these errors were encountered: