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

Roslyn Shim - Round 2 #6734

Merged
merged 23 commits into from
Jun 13, 2019
Merged

Roslyn Shim - Round 2 #6734

merged 23 commits into from
Jun 13, 2019

Conversation

TIHan
Copy link
Contributor

@TIHan TIHan commented May 14, 2019

Consuming the shim built in Roslyn, here -> dotnet/roslyn#35591 . That PR will actually remove most IVTs.

Still work in progress but want to make a PR to show the progress.

eng/Versions.props Outdated Show resolved Hide resolved
@TIHan TIHan self-assigned this May 24, 2019
@TIHan TIHan changed the title [WIP] Roslyn Shim - Round 2 Roslyn Shim - Round 2 May 26, 2019
@TIHan
Copy link
Contributor Author

TIHan commented May 26, 2019

This is 99% done. Do not merge this in until Roslyn has merged theirs first.

Still having some trouble getting DocumentDiagnosticAnalyzers to kick off. Once those are working and I do some testing, this will be 100% ready.

@TIHan
Copy link
Contributor Author

TIHan commented Jun 12, 2019

Waiting for Roslyn's preview 4 branch. As soon as they have it, we update the package one more time. When Roslyn is ready to do an insertion, we merge and update the insertion with our bits.
// cc @JoeRobich

@brettfo
Copy link
Member

brettfo commented Jun 13, 2019

I spoke with @333fred and he pointed me to the Roslyn insertion into VS. I've updated RoslynPackageVersion.txt to match so as soon as this is green we'll merge it and start the official signed build then update the coordinated insertion.

@brettfo brettfo merged commit 0aeb4a0 into dotnet:release/dev16.2 Jun 13, 2019
@brettfo
Copy link
Member

brettfo commented Jun 13, 2019

nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* Added shims over document diagnostic analyzers

* Shims over completions and sig help

* Removed content type definitions, putting them in external access

* Added shim over InlineRenameService

* We are now simply using export on the diagnostic analyzers

* Using shim for document highlights service

* GoToDefinition implemented with shims

* NavigableSymbolsService shimmed

* GoToDefinitionService shimmed

* NavigationBarItemService shimmmed

* Shimmed NavigateToSearchService

* Quick cast fix

* Using FSharpGlyphTags

* Removed CommentSelectionService as it is ExternalAccess now

* Shimmed BlockStructureService

* Trying to finish shim

* Removed folder from FSharp.Editor

* Update package

* fixing build

* Trying to fix build

* match roslyn package version
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