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

Enable seamless support for Reference Assemblies #1228

Merged
merged 2 commits into from Feb 6, 2024

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented Feb 6, 2024

This updates the way FSharpProjectOptions are calculated so that they correctly identify and use TargetRefPath instead of TargetPath for the output of a referenced project when applicable. This should have very little impact on the overall behavior of the LSP, but it should enable somewhat of a performance boost due to theoretically the ref assemblies not changing quite as much.

@TheAngryByrd
Copy link
Member

Initial tests on my big work project look good.

@baronfel
Copy link
Contributor Author

baronfel commented Feb 6, 2024

Same on my tests - projects that are referenced and have ref assemblies are successfully being passed as compiler options.

@baronfel
Copy link
Contributor Author

baronfel commented Feb 6, 2024

Going to merge this and work on a new release.

@baronfel baronfel merged commit 15c9f4f into ionide:main Feb 6, 2024
14 checks passed
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

2 participants