dotnet / dotnet/fsharp

Intellisense for F# external SqlDataConnection type provider broken in v16.10.0

Open
#12,078 8 comments 0 reactions 0 assignees View on GitHub
AI-thinks-windows-only Area-TypeProviders Bug Impact-Medium Regression
Dominant language
F#
Stars
4.3k
Forks
876
Avg merge
4d 11h
Merged PRs (30d)
131

Description

_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Intellisense-for-F-external-SqlDataConn/1437700)._

---
[severity:I'm unable to use this version] [regression] [worked-in:16.9.5 or 16.9.6 (on a colleague's PC)]
Project A exposes an SqlDataConnection type provider, and compiles
Project B references the type provider from project A, and compiles

However, in VS editor and error list, everything from project A (even the namespace) is "not defined".

See attached solution to reproduce (hopefully)

The DummyDB just contains one table:
CREATE TABLE [dbo]. [DummyTable] (
[Id] [int] NOT NULL,
[Name] [nvarchar] (50) NOT NULL,
CONSTRAINT [PK_DummyTable] PRIMARY KEY CLUSTERED

---
### Original Comments

#### Feedback Bot on 6/1/2021, 00:04 AM:

We have directed your feedback to the appropriate engineering team for further evaluation. The team will review the feedback and notify you about the next steps.

---
### Original Solutions
(no solutions)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.