Skip to content

Error reporting: improve TP static parameter error message to list available parameters. #11445

@smoothdeveloper

Description

@smoothdeveloper
#r "nuget: FSharp.Data"
type T = FSharp.Data.CsvProvider< "./some.tsv", Separator = "\t" >

Currently gives:

error FS3082: No static parameter exists with name 'Separator'

I'd like the error message to list all the unassigned parameters when encountering this error.

Is this OK or would people somehow prefer the suggestion system (which AFAIU looks for up to 5 but may not yield anything if you are really far off from relevant suggestions)?

Related: #1103

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions