Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Analyzer/Analyzer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="3.9.0" />
<PackageReference Include="SQLitePCLRaw.core" Version="2.0.4" />
<PackageReference Include="SonarAnalyzer.VisualBasic" Version="8.15.0.24505" GeneratePathProperty="true" />
<PackageReference Include="SonarAnalyzer.VisualBasic" Version="10.27.0.140913" GeneratePathProperty="true" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 HIGH RISK

This version bump changes the internal directory structure of the NuGet package. Version 10.x moves the analyzer DLLs into 'roslyn3' and 'roslyn4' subdirectories. Any logic using 'GeneratePathProperty' (PkgSonarAnalyzer_VisualBasic) to locate the DLLs must be updated to include the correct Roslyn-specific subdirectory, or analysis will fail.

<PackageReference Include="Codacy.Engine.Seed" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
Expand Down