Skip to content

Update features/source-generators to main#54111

Merged
chsienki merged 1129 commits intodotnet:features/source-generatorsfrom
chsienki:features/source-generators
Jun 15, 2021
Merged

Update features/source-generators to main#54111
chsienki merged 1129 commits intodotnet:features/source-generatorsfrom
chsienki:features/source-generators

Conversation

@chsienki
Copy link
Member

No description provided.

CyrusNajmabadi and others added 30 commits May 24, 2021 21:17
Move initial part of LSP loading off the UI thread.
Add ability to underline variables in the editor that are reassigned.
…524.6 (dotnet#53668)

[main] Update dependencies from dotnet/arcade
Introduce simpler pattern for matching nodes
…525.5 (dotnet#53693)

[main] Update dependencies from dotnet/arcade
* Add OmniSharpInlineHintsService and OmniSharpFindDefinitionService to ExternalAccess

After consuling with @CyrusNajmabadi and @akhera99, I believe we should be OK to add IInlineHintsService to the OmniSharp ExternalAccess layer, so that they can take advantage of the proposed vscode APIs and leverage our existing implementation without having to rewrite.
Fix VB's Make-Abstract to add correct modifier token.
Right now we don't get the command line string for options until the
full design time build has completed; however the project system can
still give us the evaluated string which is likely to be close
enough. This allows features that want to get symbol names for source
to have a better chance of having something that they can use and
look up in caches or in the cloud.
…ng-assembly-name

Add a parameter to pass through the initial assembly name
@chsienki chsienki changed the title Features/source generators Update features/source-generators to main Jun 15, 2021
@chsienki chsienki marked this pull request as ready for review June 15, 2021 17:49
@chsienki chsienki requested review from a team as code owners June 15, 2021 17:49
@chsienki chsienki requested a review from a team June 15, 2021 17:49
@ghost ghost added the Area-Infrastructure label Jun 15, 2021
@chsienki
Copy link
Member Author

@dotnet/roslyn-compiler + @RikkiGibson @cston or @jaredpar for review. Just a merge of main into the feature branch so we can merge back free of conflicts.

@chsienki chsienki enabled auto-merge June 15, 2021 19:59
@chsienki chsienki merged commit 4d79b34 into dotnet:features/source-generators Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.