Skip to content
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 features/FirstClassSpan #74203

Merged
merged 1,306 commits into from
Jul 1, 2024

Conversation

jjonescz
Copy link
Member

@jjonescz jjonescz commented Jun 28, 2024

Only trivial conflicts.

Test plan: #73445

dibarbet and others added 30 commits June 12, 2024 12:06
Expose Roslyn LSP types to XAML and add readme
…9d28-bf05-4aad-988c-dc5bd3651ad8

[release/dev17.6] Update dependencies from dotnet/arcade
Move VSExtensibility back to the nuget.org version
…-release/dev17.8

Merge release/dev17.6 to release/dev17.8
…otnet#73840)

* update codeanalysistestingversion

* undo

* fix errors

* update build log version

* wip
* update version for system.data.sqlclient

* Update eng/Versions.props

Co-authored-by: Joey Robichaud <[email protected]>

---------

Co-authored-by: Joey Robichaud <[email protected]>
…o-release/dev17.11

Merge release/dev17.10 to release/dev17.11
…-release/dev17.8

Merge release/dev17.6 to release/dev17.8
ChildSyntaxList.ItemInternal has shown up in many profiles that I've looked at. 

This optimization takes advantage that the first loop was previously always iterating through all the slots until it had found index items. However, as this method is commonly called from inside the ChildSyntaxList.Enumerator, it can use knowledge from previous calls to start that first loop at a more appropriate location.

See PR description for benchmark information.
jjonescz and others added 10 commits June 27, 2024 10:41
* simplify the rename UI

* minor changes to textbox

* restore the ComboBox

* simplify the ComboBox

* alignment, double click

* partially implement the delay

* implement the delay

* fix layout, button highlight

* fix strings

* button highlight now indicates whether suggestions are obtained automatically

* remove unused field

* revert

* add comments

* revert unnecessary change

* remove ICommand and use explicit, documented methods for fetching suggestions and toggling the behavior

* simplify logic

* indent

* PR feedback

* comments

* fix cancellation token, add isDisposed flag

* remove unused property

* revert diagnostic values

* address AccInsights issue

* update accessible name to address a warning

* fix warning

* undo diagnostic change
* simplify the rename UI

* minor changes to textbox

* restore the ComboBox

* simplify the ComboBox

* alignment, double click

* partially implement the delay

* implement the delay

* fix layout, button highlight

* fix strings

* button highlight now indicates whether suggestions are obtained automatically

* remove unused field

* revert

* add comments

* revert unnecessary change

* remove ICommand and use explicit, documented methods for fetching suggestions and toggling the behavior

* simplify logic

* indent

* PR feedback

* comments

* fix cancellation token, add isDisposed flag

* remove unused property

* revert diagnostic values

* address AccInsights issue

* update accessible name to address a warning

* fix warning

* undo diagnostic change
…ethodSymbol uses (dotnet#74132)

This will be useful for OverloadResolutionPriority as well, as most properties won't have this attribute.
* simplify the rename UI

* minor changes to textbox

* restore the ComboBox

* simplify the ComboBox

* alignment, double click

* partially implement the delay

* implement the delay

* fix layout, button highlight

* fix strings

* button highlight now indicates whether suggestions are obtained automatically

* remove unused field

* revert

* add comments

* revert unnecessary change

* remove ICommand and use explicit, documented methods for fetching suggestions and toggling the behavior

* simplify logic

* indent

* PR feedback

* comments

* fix cancellation token, add isDisposed flag

* remove unused property

* revert diagnostic values

* address AccInsights issue

* update accessible name to address a warning

* fix warning

* undo diagnostic change

Co-authored-by: Amadeusz Wieczorek <[email protected]>
Update to open a named pipe communication to rzls
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Jun 28, 2024
@jjonescz jjonescz requested review from 333fred and cston June 28, 2024 12:17
@jjonescz jjonescz marked this pull request as ready for review June 28, 2024 12:17
@jjonescz jjonescz requested review from dibarbet and a team as code owners June 28, 2024 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure New Feature - First-class Span Types untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.