Releases: fsprojects/FSharpLint
Releases · fsprojects/FSharpLint
v0.21.10
- AvoidSinglePipeOperator: fix false positive #640 [@webwarrior-ws]
- CI: improve preRelease version numbers #642 [@knocte]
- AvoidTooShortNames: fix false negative #639 [@Mersho] & [@webwarrior-ws]
- CI: faster publish&docs pipelines thanks to Linux #641 [@knocte]
v0.21.8
v0.21.7
- Add new rule SuggestUseAutoProperty #625 #596 [@webwarrior-ws]
- AvoidTooShortNames: fix false negatives and improve warning positions #633 #632 [@Mersho] & [@webwarrior-ws]
- FavourStaticEmptyFields: properly advise Array.empty instead of List.Empty #631 #630 [@webwarrior-ws]
- CI: publish prerelease nuget versions for every commit #629 [@knocte]
- CI: run FSharpLint on itself #609 #628 [@Mersho]
v0.21.6
v0.21.5
- FSharpLint.Console: add --version #612 #611 [@Thorium]
- gitignore: add the BenchmarkDotNet artifacts folder #619 [@Numpsy]
- CI: remove redundant .NET install #624 [@knocte]
- Add new rule AvoidSinglePipeOperator #595 [@tehraninasab]
- AvoidTooShortNames: fix false negative (generic type names) #622 [@Mersho]
- Remove recursive dependency #569 [@knocte]
- Conventions/Naming: refactoring #571 [@webwarrior-ws]
v0.21.4
- Paket: use Packages storage #615 [@Numpsy]
- Fix VS2022 build #613 [@Thorium]
- Dotnet version SDK to allow minor version difference fwd #607 [@Thorium]
- docs: fix Shortcuts typo in the menu #584 [@pirrman]
- Fix false negatives in AvoidTooShortNames #548 [@janus]
- Fix cyclomatic complexity yielding redundant messages #559 #579 [@davidtgillard]
- Refactoring: rename DU #565 [@webwarrior-ws]
v0.21.3
- Add new rule FavourStaticEmptyFields #530 [@janus]
- Fix false negative in GenericTypesNames #551 #552 [@janus]
- Fix GenericTypesNames not honoring configuation #552 [@janus]
- Stop ignoring errors when parsing fsharplint.json #550 #553 [@janus]
- Fix false negative in RedundantNewKeyword #555 #556 [@janus]
0.21.2
v0.21.1
v0.21.0
- Add new rule FailwithBadUsage [@su8898]
- Add new rule FavourReRaise [@su8898]
- Enable running tool on .Net 6 [@cheroukee]