Skip to content

Commit

Permalink
Merge pull request #201 from nojaf/v24
Browse files Browse the repository at this point in the history
v 0.24.0
  • Loading branch information
nojaf authored Jan 30, 2024
2 parents 27780b6 + a793ddc commit 0e17a07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"isRoot": true,
"tools": {
"fantomas": {
"version": "6.3.0-alpha-003",
"version": "6.3.0-alpha-007",
"commands": [
"fantomas"
]
},
"fsdocs-tool": {
"version": "20.0.0-alpha-014",
"version": "20.0.0-alpha-019",
"commands": [
"fsdocs"
]
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.24.0] - 2024-01-30

### Changed
* [Add `RequireQualifiedAccess` to `Severity` type](https://github.com/ionide/FSharp.Analyzers.SDK/pull/199) (thanks @Smaug123!)
Expand Down
6 changes: 1 addition & 5 deletions src/FSharp.Analyzers.Cli/CustomLogging.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ type CustomFormatter(options: IOptionsMonitor<CustomOptions>) as this =
member private _.ReloadLoggerOptions(opts: CustomOptions) = formatterOptions <- opts

override this.Write<'TState>
(
logEntry: inref<LogEntry<'TState>>,
_scopeProvider: IExternalScopeProvider,
textWriter: TextWriter
)
(logEntry: inref<LogEntry<'TState>>, _scopeProvider: IExternalScopeProvider, textWriter: TextWriter)
=
let message = logEntry.Formatter.Invoke(logEntry.State, logEntry.Exception)

Expand Down

0 comments on commit 0e17a07

Please sign in to comment.