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

Streamlining some dependencies around Microsoft.CodeAnalysis #13637

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

psfinaki
Copy link
Member

@psfinaki psfinaki commented Aug 5, 2022

I've noticed some weird behavior in some of the test files. The project compiles, but some files show errors:
image

We briefly discussed this with @KevinRansom, looks like we have code in FSharp.PatternMatcher which effectively duplicates what's already there in Microsoft.CodeAnalysis. So we can remove that and simplify things a bit.

Moreover, turned out we have dependencies on some auxiliary packages which are not meant for direct usage:
image

This is also fixed here.

Copy link
Member

@vzarytovskii vzarytovskii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure explicitly that vsix is deployable to roslyndev and everything works in 17.4 (breadcrumbs, colouring, intellisense, autoformatting, and everything which is tied to workspaces and editor features).

The guide is in DEVGUIDE.md.

@vzarytovskii
Copy link
Member

Also, please retarget PR to 17.4 branch.

@psfinaki psfinaki changed the base branch from main to release/dev17.4 August 5, 2022 12:47
@psfinaki
Copy link
Member Author

psfinaki commented Aug 5, 2022

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@vzarytovskii vzarytovskii merged commit 3ae2acc into release/dev17.4 Aug 9, 2022
@psfinaki psfinaki deleted the psfinaki/streamline-deps branch August 10, 2022 09:27
vzarytovskii pushed a commit to vzarytovskii/fsharp that referenced this pull request Sep 20, 2022
…13637)

* Streamlining dependencies around Microsoft.CodeAnalysis

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

Successfully merging this pull request may close these issues.

3 participants