File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 0
31+ - name : Setup .NET 9 SDK
32+ uses : actions/setup-dotnet@v4
33+ with :
34+ dotnet-version : |
35+ 8.0.x
36+ 9.0.x
3137 - run : dotnet tool install -g GitVersion.Tool --version 5.11.1
3238 - name : Resolve version
3339 id : version
@@ -263,7 +269,7 @@ jobs:
263269 - uses : actions/checkout@v4
264270 - uses : actions/setup-dotnet@v4
265271 with :
266- dotnet-version : 9.0.101
272+ dotnet-version : 9.0.x
267273 - run : dotnet restore
268274 - run : dotnet build --no-restore
269275 - run : dotnet pack --no-build
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Fixed
11+
12+ - Fix analyzer [ RCS1246] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1246 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1676 ) )
13+
1014## [ 4.14.0] - 2025-07-26
1115
1216### Added
You can’t perform that action at this time.
0 commit comments