CompilerDiagnostics Module
Exposes compiler diagnostic error messages.
Functions and values
Function or value |
Description
|
Full Usage:
GetErrorMessage diagnosticKind
Parameters:
FSharpDiagnosticKind
Returns: string
|
Given a DiagnosticKind, returns the string representing the error message for that diagnostic.
|
Full Usage:
GetSuggestedNames suggestionsF unresolvedIdentifier
Parameters:
(string -> unit) -> unit
unresolvedIdentifier : string
Returns: string seq
|
Given a set of names, uses and a string representing an unresolved identifier, returns a list of suggested names if there are any feasible candidates.
|