Skip to content

Commit

Permalink
Bump Roslyn to 4.12.0 (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt authored Feb 9, 2025
1 parent 9e3b7a3 commit f342e3f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Move analyzer [RCS1036](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036) to Formatting.Analyzers as [RCS0063](https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063) ([PR](https://github.com/dotnet/roslynator/pull/1600))
- Old analyzer still works but is marked as obsolete.
- Bump Roslyn to 4.12.0 ([PR](https://github.com/dotnet/roslynator/pull/1623))
- Applies to CLI and testing library.

## [4.12.11] - 2025-01-28

Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

<PropertyGroup>
<Version Condition="'$(Version)' == ''">1.0.0</Version>
<RoslynatorCliRoslynVersion>4.11.0</RoslynatorCliRoslynVersion>
<RoslynatorTestingRoslynVersion>4.11.0</RoslynatorTestingRoslynVersion>
<RoslynatorCliRoslynVersion>4.12.0</RoslynatorCliRoslynVersion>
<RoslynatorTestingRoslynVersion>4.12.0</RoslynatorTestingRoslynVersion>
<RoslynatorAnalyzersPackageReferenceVersion>4.12.11</RoslynatorAnalyzersPackageReferenceVersion>
<RoslynatorCliPackageVersion>$(RoslynatorCliVersion)</RoslynatorCliPackageVersion>
<RoslynatorPackageVersion>$(Version)</RoslynatorPackageVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/Tests/CSharp.Tests/SyntaxKindTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ public static void DetectNewSyntaxKinds()
case SyntaxKind.AllowsKeyword:
case SyntaxKind.RazorContentToken:
case SyntaxKind.RefStructConstraint:
// new in 4.12.0
case SyntaxKind.FieldExpression:
{
break;
}
Expand Down

0 comments on commit f342e3f

Please sign in to comment.