FSharp.Data.SqlClient icon indicating copy to clipboard operation
FSharp.Data.SqlClient copied to clipboard

Extremely long intellisense on errors

Open charlesroddie opened this issue 6 years ago • 1 comments

When we have an error indicated like this in Visual Studio: image Hovering gives: image Is it something we are doing wrong or a bug in FSharp.Data.SqlClient? Thanks!

charlesroddie avatar Mar 01 '19 10:03 charlesroddie

@charlesroddie thanks for reporting.

I've seen this in VS2019, not sure but it could be issue with the TP mishandling the root types, or maybe somehow related to the fact that VS2017/19 has issues with duplicated results in some type of projects:

Microsoft/visualfsharp/issues/2494

Do you have any more specific about environment and what would be special in your project?

How does the type provider instanciation looks like in your project?

edit: seen the instanciation, does the reported count match the number of commands you have defined in your project?

Maybe provided types need to be added to a non public root type, I don't know much about that area of TP SDK.

@7sharp9 @dsyme, any idea?

smoothdeveloper avatar Apr 17 '19 06:04 smoothdeveloper