-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Merge main into feature branch #59372
Merged
1,019 commits merged into
dotnet:features/rename_ui_rework
from
ryzngard:merge/rename_ui_rework
Feb 8, 2022
Merged
Merge main into feature branch #59372
1,019 commits merged into
dotnet:features/rename_ui_rework
from
ryzngard:merge/rename_ui_rework
Feb 8, 2022
Conversation
This file contains 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
Switch liveshare to use LSP pull diagnostics and cleanup server name usages
…awStringLiterals Merge main to features/RawStringLiterals
…oject (dotnet#59059)" This reverts commit 3b32fc3.
* Filter cancellation exceptions in generator driver * Simplify exception filter. Make all uses take a token Pass the token through from parent wrapper operations. Co-authored-by: Jared Parsons <[email protected]>
Revert "Remove dependency on EditorFeatures from Remote.ServiceHub project"
…127.8 (dotnet#59134) [main] Update dependencies from dotnet/arcade
There are a few places where compiler APIs are swallowing internal exceptions and returning null from APIs as a way to march on; this removes those places, and then removes our ReportAndCatch* APIs from the compiler layer entirely. We currently have no (cross platform) way of implementing those in a way that would allow for non-fatal error reporting. Closes dotnet#58375
Move embedded language tests to unittests2 project
Always allow the 'upgrade project' fixer to upgrade to 'preview' versions of C#
…ternDefault Fix 'populate switch' to understand more possible user cases
Don't offer 'use not null' when inside an expression tree
Support block/expression body preferences for event accessors
Fix generate method in switch arms.
* Make CompletionOptions global * Completion pass-through options * Separate metadata to CompletionOptionsMetadata, SignatureHelpOptionsMetadata * Rename -OptionsMetadata to -OptionsStorage
* Update Versions.props * Update PublishData.json
…oject - take 2 (dotnet#59147)" (dotnet#59242) This reverts commit d5763e9.
Remove a first chance exception for normal cancellation
…-main Merge release/dev17.2 to main
ghost
approved these changes
Feb 8, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approval
This pull request was closed.
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.