Skip to content

Commit

Permalink
Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Jan 30, 2024
1 parent 27780b6 commit 4800297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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
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 4800297

Please sign in to comment.