We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dd3bfb commit 449e9e0Copy full SHA for 449e9e0
src/Compiler/Symbols/FSharpDiagnostic.fsi
@@ -196,7 +196,7 @@ type FSharpDiagnostic =
196
/// Gets the severity for the diagnostic
197
member Severity: FSharpDiagnosticSeverity
198
199
- /// Gets the default severity, does not take into account diagnostics options
+ /// Gets the original severity prior to adjustments via compiler flags, #nowarn and other features
200
member DefaultSeverity: FSharpDiagnosticSeverity
201
202
/// Gets the message for the diagnostic
0 commit comments