-
Notifications
You must be signed in to change notification settings - Fork 4k
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
jjonescz
merged 1,306 commits into
dotnet:features/FirstClassSpan
from
jjonescz:FirstClassSpan-09-Main
Jul 1, 2024
Merged
Merge 'main' into features/FirstClassSpan #74203
jjonescz
merged 1,306 commits into
dotnet:features/FirstClassSpan
from
jjonescz:FirstClassSpan-09-Main
Jul 1, 2024
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
Expose Roslyn LSP types to XAML and add readme
…9d28-bf05-4aad-988c-dc5bd3651ad8 [release/dev17.6] Update dependencies from dotnet/arcade
Add another TS extension path
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
Move builds to 1ES PT
* 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
…o-main Merge release/dev17.11 to main
…-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.
* 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
… as primary expressions only (dotnet#74164)
…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]>
…o-main Merge release/dev17.11 to main
Update to open a named pipe communication to rzls
dotnet-issue-labeler
bot
added
Area-Infrastructure
untriaged
Issues and PRs which have not yet been triaged by a lead
labels
Jun 28, 2024
cston
approved these changes
Jun 28, 2024
333fred
approved these changes
Jun 28, 2024
This was referenced Oct 22, 2024
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
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.
Only trivial conflicts.
Test plan: #73445