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

Workaround for ref assemblies interfering with typechecks #1056

Closed
wants to merge 1 commit into from

Conversation

TheAngryByrd
Copy link
Member

An issue was report on discord that Ionide wasn't type checking across projects. I narrowed it down to net6 vs net7 issue, turns out ProduceReferenceAssembly is turned on by default for net7 projects. I verified it locally but we should probably update our tests to make sure we can deal with this net7 issue.

@TheAngryByrd
Copy link
Member Author

So testing this would be difficult currently without stuff from #1053. I confirmed it works in dc22290. We can either test this PR or take 1053.

@TheAngryByrd
Copy link
Member Author

Closing since #1053 contains this will proper tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant