Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-project analysis doesn't work when projects contain generative type provider usages #15180

Open
auduchinok opened this issue May 3, 2023 · 0 comments
Assignees
Milestone

Comments

@auduchinok
Copy link
Member

When a project uses generative type providers, its sources are ignored when referenced in other projects, i.e. other projects only see this project output assembly.

There seems to be no open issue about this problem now, and it's effectively a show stopper for any cross-project features like navigation, Find Usages, or Rename refactoring, as none of the features looking at the up-to-date sources. This is especially bad when doing any editing to the referenced project, as it may often contain errors and, thus, can't be built.

There's a good technical summary in #3234 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New
Development

No branches or pull requests

3 participants