Update features/source-generators to main#54111
Merged
chsienki merged 1129 commits intodotnet:features/source-generatorsfrom Jun 15, 2021
Merged
Update features/source-generators to main#54111chsienki merged 1129 commits intodotnet:features/source-generatorsfrom
chsienki merged 1129 commits intodotnet:features/source-generatorsfrom
Conversation
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
…o-main Merge release/dev16.11 to main
Introduce simpler pattern for matching nodes
…o-main Merge release/dev16.11 to main
…525.5 (dotnet#53693) [main] Update dependencies from dotnet/arcade
…release/dev16.11-to-main
Revert "Keep OptProf input indefinitely"
…o-main Merge release/dev16.11 to main
* 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.
Remove unnecessary parameters
…o-main Merge release/dev16.11 to main
…o-main Merge release/dev16.11 to main
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.
Resolved one unresolved conflict
Fix optprof config drop path
…ng-assembly-name Add a parameter to pass through the initial assembly name
…e_missing Fix missing telemetry message
Share more data in the SyntaxTreeIndex
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. |
jcouv
approved these changes
Jun 15, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.