File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
src/VisualStudioCode/package Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.14.0] - 2025-07-26
11+
1012### Added
1113
1214- [ CLI] Add support for GitLab analyzer reports ([ PR] ( https://github.com/dotnet/roslynator/pull/1633 ) )
Original file line number Diff line number Diff line change @@ -15,6 +15,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515 - It's possible to specify a directory path and/or a file name of a test file.
1616 - Applies to testing library (Roslynator.Testing.* ).
1717
18+ ## [ 4.14.0] - 2025-07-26
19+
20+ ### Added
21+
22+ - [ CLI] Add support for GitLab analyzer reports ([ PR] ( https://github.com/dotnet/roslynator/pull/1633 ) )
23+
24+ ### Fixed
25+
26+ - Fix analyzer [ RCS1264] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1264 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1666 ) )
27+ - Fix analyzer [ RCS1229] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1229 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1667 ) )
28+ - Fix analyzer [ RCS1250] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1250 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1652 ) by @aihnatiuk )
29+ - Fix analyzer [ RCS1260] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1668 ) )
30+ - Fix analyzer [ RCS1105] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1105 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1669 ) )
31+ - Fix analyzer [ RCS1260] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1260 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1672 ) )
32+
33+ ### Changed
34+
35+ - Disable analyzer [ RCS1036] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1036 ) by default ([ PR] ( https://github.com/dotnet/roslynator/pull/1671 ) )
36+ - Use analyzer [ RCS0063] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0063 ) instead
37+
38+ ### Removed
39+
40+ - Remove legacy config options ([ PR] ( https://github.com/dotnet/roslynator/pull/1304 ) )
41+
42+ ## [ 4.13.1] - 2025-02-23
43+
44+ ### Added
45+
46+ - Support custom path of a test file ([ PR] ( https://github.com/dotnet/roslynator/pull/1609 ) )
47+ - It's possible to specify a directory path and/or a file name of a test file.
48+ - Applies to testing library (Roslynator.Testing.* ).
49+
1850## [ 4.13.0] - 2025-02-09
1951
2052### Fixed
You can’t perform that action at this time.
0 commit comments