Skip to content

Commit 0e17a07

Browse files
authored
Merge pull request #201 from nojaf/v24
v 0.24.0
2 parents 27780b6 + a793ddc commit 0e17a07

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"isRoot": true,
44
"tools": {
55
"fantomas": {
6-
"version": "6.3.0-alpha-003",
6+
"version": "6.3.0-alpha-007",
77
"commands": [
88
"fantomas"
99
]
1010
},
1111
"fsdocs-tool": {
12-
"version": "20.0.0-alpha-014",
12+
"version": "20.0.0-alpha-019",
1313
"commands": [
1414
"fsdocs"
1515
]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
66
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.24.0] - 2024-01-30
99

1010
### Changed
1111
* [Add `RequireQualifiedAccess` to `Severity` type](https://github.com/ionide/FSharp.Analyzers.SDK/pull/199) (thanks @Smaug123!)

src/FSharp.Analyzers.Cli/CustomLogging.fs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ type CustomFormatter(options: IOptionsMonitor<CustomOptions>) as this =
2727
member private _.ReloadLoggerOptions(opts: CustomOptions) = formatterOptions <- opts
2828

2929
override this.Write<'TState>
30-
(
31-
logEntry: inref<LogEntry<'TState>>,
32-
_scopeProvider: IExternalScopeProvider,
33-
textWriter: TextWriter
34-
)
30+
(logEntry: inref<LogEntry<'TState>>, _scopeProvider: IExternalScopeProvider, textWriter: TextWriter)
3531
=
3632
let message = logEntry.Formatter.Invoke(logEntry.State, logEntry.Exception)
3733

0 commit comments

Comments
 (0)