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
As pointed out in #5436, BC42376 has fallen through our safety net.
We should fail, just like for AD0001;CS8032
vbc : warning BC42376: An instance of analyzer SonarAnalyzer.Rules.VisualBasic.SymbolicExecutionRunner cannot be created from {my project}\packages\SonarAnalyzer.VisualBasic.8.36.0.43782\analyzers\SonarAnalyzer.VisualBasic.dll : Could not load file or assembly 'SonarAnalyzer.CFG, Version=8.36.0.0, Culture=neutral, PublicKeyToken=c5b62af9de6d7244' or one of its dependencies. The system cannot find the file specified..
The text was updated successfully, but these errors were encountered:
This issue doesn't demonstrate itself on Peach, because VB.NET analysis gets the CFG from C# DLLs due to the weird S4NET behavior.
We should still update the peach build, in case we're not that lucky next time.
As pointed out in #5436, BC42376 has fallen through our safety net.
We should fail, just like for AD0001;CS8032
The text was updated successfully, but these errors were encountered: