File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.26.10] - 2025-12-30
9+
10+ - AvoidSinglePipeOperator: fix false positive, allowing single pipe operator with multiline argument #808 [ @webwarrior-ws ]
11+ - Core: Added [ <Obsolete >] attribs and more comments around the fragments of some deprecated APIs #807 [ @knocte ]
12+ - Tests: added 2 extra unit tests for RedundantNewKeyword rule #806 [ @jp-fournier-dev , @webwarrior-ws ]
13+ - FavourStaticEmptyFields: fix rule's false negatives #792 #798 [ @webwarrior-ws ]
14+ - Fix missing EOL in msbuild output #799 #804 [ @knocte ]
15+ - Add one more hint (conditionless reduction) #795 [ @knocte ]
16+ - FavourSingleton: new rule to recommend .Singleton API instead of single-item lists/arrays #526 #803 [ @su8898 , @parhamsaremi , @knocte ]
17+ - RedundantNewKeyword: fix false positive when using 'use' keyword #797 [ @webwarrior-ws ]
18+ - PublicValuesNames: fix false positive for nested functions, that are essentially non-publicly accessible #796 [ @webwarrior-ws ]
19+ - IndexerAccessorStyle: new rule to allow consistency across the indexer style used (OCaml or CSharp) #532 #794 [ @parhamsaremi , @knocte , @webwarrior-ws ]
20+ - CI: split deploy job in two to allow end2end tests run before publishing to nuget #790 [ @webwarrior-ws ]
21+
822## [ 0.26.8] - 2025-11-21
923
1024- Fix compilation with .NET10 #779 [ @Numpsy ]
You can’t perform that action at this time.
0 commit comments