- Update FSharp.Analyzers.SDK to
0.28.0
. #85
- Update FSharp.Analyzers.SDK to
0.27.0
. #51
- Update FSharp.Analyzers.SDK to
0.26.0
. #51
- Fixed a false positive of LoggingTemplateMissingValuesAnalyzer. #78
- Fixed a false negative of LoggingTemplateMissingValuesAnalyzer. #79
- Fixed a false negative of DisposedBeforeAsyncRunAnalyzer. #75
- Removed the PartialAppAnalyzer. #68
- Fixed a false positive of LoggingTemplateMissingValuesAnalyzer. #69
- Update FSharp.Analyzers.SDK to
0.25.0
. #51
- Add support for abbreviated list/array/set types to the VirtualCallAnalyzer. #63
- Disposable will be disposed before async is run. #54
- Update FSharp.Analyzers.SDK to
0.24.0
. #51
- Don't report FormattableStrings in TypedInterpolatedStringsAnalyzer. #46
- Add editor support to all analyzers. #50
- Add fix to VirtualCall Analyzer. #51
- Add fix to UnionCaseAnalyzer. #51
- Add new LoggingTemplateMissingValuesAnalyzer. #53
- Update FSharp.Analyzers.SDK to
0.23.0
. #51
- Add TypedInterpolatedStringsAnalyzer. #40
- Update FSharp.Analyzers.SDK to
0.22.0
. #27
- Handle types without a FullName more gracefully. #39
- Add TypeAnnotateStringFunction analyzer. #34
- Update FSharp.Analyzers.SDK to
0.21.0
. #34
- Update FSharp.Analyzers.SDK to
0.20.0
. #27
- Virtual call analyzer. #27
- Partial application analyzer takes piped arguments into account.
- Update FSharp.Analyzers.SDK to
0.16.0
. #22
- String analyzers work for netstandard. #19
- Partial application analyzer. #10
- Fix StringAnalyzers for netstandard projects
- Update FSharp.Analyzers.SDK to
0.15.0
- Handle internal compiler exception regarding an unsupported kind of pattern match
- Initial version