-
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
Features/rename_UI_rework Merge Main #59201
Merged
920 commits merged into
dotnet:features/rename_ui_rework
from
ryzngard:features/rename_ui_rework
Feb 2, 2022
Merged
Features/rename_UI_rework Merge Main #59201
920 commits merged into
dotnet:features/rename_ui_rework
from
ryzngard:features/rename_ui_rework
Feb 2, 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
…-release/dev17.1-vs-deps Merge release/dev17.1 to release/dev17.1-vs-deps
The only code in here is testing CommandLineProject, but that was forwarded into Microsoft.CodeAnalysis.Workspaces awhile ago. So after moving these tests, the project is empty. The only thing that could be tested in Microsoft.CodeAnalysis.Workspaces.Desktop is our MEFv1 host services, but we already have enough implicit testing on that as it is. (Famous last words.)
Insert casts to ensure that runtime types (And values) are not impacted when converting switch to expression
…-main Merge release/dev17.1 to main
…-release/dev17.1-vs-deps Merge release/dev17.1 to release/dev17.1-vs-deps
Inline Hints: Added double click on hint to insert text
Closes dotnet#57802. Implements the GetTypesByMetadataName API, which returns all named types in the current compilation and referenced assemblies that match the given CLR metatdata name. Also updates the IDE's GetBestTypeByMetadataName to use this API under the hood, rather than the existing manual walk they were doing, simplyfing that codepath and proving out the API itself.
…-main Merge release/dev17.1 to main
…-release/dev17.1-vs-deps Merge release/dev17.1 to release/dev17.1-vs-deps
… Build ID 1541625
… Build ID 1541625
… Build ID 1541625
… Build ID 1541625
This was causing source indexers that use this API to make projects to break when they ironically tried to index Roslyn itself.
Merge main to main-vs-deps
Move suggestion mode configuration to state reset service
…erence-duplicate-handling Deduplicate references in CommandLineProject.CreateProjectInfo
…a6-aefe-a21d96d87837 Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 1541625
… source for `ReadOnlySpan<T>`. (dotnet#58724) There is no such operator in real type. Instead `string` type declares an implicit conversion to ```ReadOnlySpan<char>```.
Show a specialized display for anonymous delegates in C#
[main] Update dependencies from dotnet/arcade
* Propagate SyntaxFormattingOptions * IndentationOptions * Rename to AutoFormattingOptions * AutoFormattingOptions.Metadata * Move PreferredWrappingColumn option * Move FormatOnPaste option * AutoFormattingOptions follow-ups * FormatOnCloseBrace * SupportsFormattingOnTypedCharacter * Fix test
Clone source from mirror for DartLab integration tests
…c9-813f-7fdb48fc8ccd Localized file check-in by OneLocBuild Task: Build definition ID 327: Build ID 1557542
Fix 'add accessibility' false positive with abstract statics in interfaces
* Syntax tree configuration * Comment
…-deps-to-main Merge release/dev17.1-vs-deps to main
Co-authored-by: CyrusNajmabadi <[email protected]>
…118.3 (dotnet#58944) [main] Update dependencies from dotnet/arcade
ghost
approved these changes
Feb 1, 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.
Fix merge conflicts and merge main into the feature branch