Skip to content

Commit

Permalink
Bump Roslyn to 4.12 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sailro authored Dec 13, 2024
1 parent 2b64ed6 commit cf4bed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="3.7.0" />
<!-- Analyzers -->
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.11.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" Version="4.12.0" />
<!-- MPack -->
<PackageVersion Include="MonoDevelop.Addins" Version="0.4.7" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.0" />
<!-- VSIX -->
<PackageVersion Include="Microsoft.VisualStudio.SDK" Version="17.9.36820" />
<PackageVersion Include="Microsoft.VSSDK.BuildTools" Version="17.9.3166" />
<!-- Tests -->
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="System.Reflection.MetadataLoadContext" Version="9.0.0" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public AnalyzerConfigOptionsLookup(IDictionary<string, string> overrides)
_default.Add("build_property.UsingMicrosoftNETSdkWeb", "false");
_default.Add("build_property.ProjectTypeGuids", "");
_default.Add("build_property.EffectiveAnalysisLevelStyle", "latest");
_default.Add("build_property.EnableCodeStyleSeverity", "");

_default.Add("dotnet_code_quality.CA1801.api_surface", "");
_default.Add("dotnet_code_quality.CA1822.api_surface", "");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
<PackageReference Include="Microsoft.Win32.Registry" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" VersionOverride="4.11.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" VersionOverride="4.12.0" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeStyle" GeneratePathProperty="true" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="System.Reflection.MetadataLoadContext" />
Expand Down

0 comments on commit cf4bed5

Please sign in to comment.