ConfigurationWarning Type
Record fields
| Record Field |
Description
|
Full Usage:
EditorConfigFiles
Field type: string array
|
Absolute paths of the `.editorconfig` files that contributed to the configuration. Empty when `Problems` is empty, and when no `.editorconfig` applies to `FilePath`: it is the same list on every request for a file, and there is nothing to do with it while nothing is wrong. Which of these a given problem came from is not knowable, and deliberately not guessed at: editorconfig merges the whole chain into one set of properties before Fantomas sees it.
|
Full Usage:
FilePath
Field type: string
|
The file that was being formatted, echoed back from the request unchanged. Absolute, because `Fantomas.Client` rejects a relative path before sending the request.
|
|
Empty when nothing is wrong, which clears anything reported for this file earlier.
|
Full Usage:
Version
Field type: string
|
The Fantomas that raised this, in the shape `dotnet tool list` writes: no `Fantomas` in
front, no leading `v`, no `+
|
fantomas