Skip to content

Features/rename_UI_rework Merge Main#59201

Merged
920 commits merged intodotnet:features/rename_ui_reworkfrom
ryzngard:features/rename_ui_rework
Feb 2, 2022
Merged

Features/rename_UI_rework Merge Main#59201
920 commits merged intodotnet:features/rename_ui_reworkfrom
ryzngard:features/rename_ui_rework

Conversation

@ryzngard
Copy link
Copy Markdown
Contributor

@ryzngard ryzngard commented Feb 1, 2022

Fix merge conflicts and merge main into the feature branch

akhera99 and others added 30 commits January 6, 2022 17:17
…-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
…-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.
…-release/dev17.1-vs-deps

Merge release/dev17.1 to release/dev17.1-vs-deps
This was causing source indexers that use this API to make projects
to break when they ironically tried to index Roslyn itself.
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>```.
CyrusNajmabadi and others added 20 commits January 17, 2022 22:33
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 <cyrus.najmabadi@gmail.com>
…118.3 (dotnet#58944)

[main] Update dependencies from dotnet/arcade
@ryzngard ryzngard requested review from a team as code owners February 1, 2022 20:58
@ryzngard ryzngard requested a review from a team February 1, 2022 20:58
@ghost ghost added the Area-Infrastructure label Feb 1, 2022
Copy link
Copy Markdown

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit bac6292 into dotnet:features/rename_ui_rework Feb 2, 2022
This pull request was closed.
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.