Merge 'main' into 'DefaultInterfaceImplementation'#61026
Merged
AlekseyTs merged 232 commits intodotnet:features/DefaultInterfaceImplementationfrom Apr 29, 2022
Merged
Conversation
…lease/dev17.3 Merge main-vs-deps to release/dev17.3
Update versions for preview4
* Update Typescript VS interface * Restore method signatures in completion provider * Move completion override to completion service with providers * Remove duplicate override Co-authored-by: Maria Solano <mariasolano@microsoft.com>
This is a tactical hack which aims to address some of the CPU overhead that we were seeing in dotnet#59818. Closes dotnet#59818
…amicfileinfo-files-to-generators Remove IDynamicFileInfo-added syntax trees to attempt to improve perf
…fficial-build Use VS2022 for official build
Nothing exciting here: when we are asked for diagnostics, we grab it off of the GeneratorDriver after running generators.
This is potentially going to make things slightly less efficient in that the loop across all projets may be calling GetProjectsThatTransitivelyDependOnThisProject multiple times; the first time will do the actual work and cache it, but we're spending the costs of extra lookups again. I don't think we had specific evidence for that optimization being critical, so I'm aiming for simpler code here.
Exclude System.Text.Encoding.CodePages from OptProf
…manticTokensRangeHandler.cs Co-authored-by: Allison Chou <allichou@microsoft.com>
Add support for LSP semantic token refresh.
* Temporarily disable editorconfig tests on linux * Add reason
333fred
approved these changes
Apr 29, 2022
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.