-
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
#75077
Merged
jjonescz
merged 1,694 commits into
dotnet:features/FirstClassSpan
from
jjonescz:FirstClassSpan-19-Main
Oct 4, 2024
Merged
Merge main
into features/FirstClassSpan
#75077
jjonescz
merged 1,694 commits into
dotnet:features/FirstClassSpan
from
jjonescz:FirstClassSpan-19-Main
Oct 4, 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
dotnet-policy-service
bot
added
VSCode
Needs UX Triage
Needs API Review
Needs to be reviewed by the API review council
labels
Sep 12, 2024
This PR modifies public API files. Please follow the instructions at https://github.com/dotnet/roslyn/blob/main/docs/contributing/API%20Review%20Process.md for ensuring all public APIs are reviewed before merging. |
dotnet-issue-labeler
bot
added
Area-Infrastructure
untriaged
Issues and PRs which have not yet been triaged by a lead
labels
Sep 12, 2024
jjonescz
commented
Sep 12, 2024
src/LanguageServer/Protocol/Handler/DocumentChanges/DidChangeHandler.cs
Outdated
Show resolved
Hide resolved
3 tasks
…s-deps-to-release/dev17.6 Merge release/dev16.11-vs-deps to release/dev17.6
…tton Fix the SmartRename button regressions
…-release/dev17.8 Merge release/dev17.6 to release/dev17.8
* Initial prototype work * Correctly handle spreads * Update test baselines * Add dedicated interpolated string handler test * Implement params changes and update tests * Support falling back to C# 12 rules. * Add more tests, including the table from https://github.com/dotnet/csharplang/blob/main/proposals/collection-expressions-better-conversion.md and an explicit test for dotnet#73857. * Add tests to the CSharp 12 list as well * Update language feature status. * Cleanup * Correct spread handling * Only include expected output on .NET Core * PR feedback. * Add suggested numeric test. * Document breaking changes * More feedback. * Add examples * Add example of interpolated string breaking change * PR feedback * Update language feature status. * More tests around dynamic and tuples * Add collection expressions to test plan * Spread testing
…-release/dev17.10 Merge release/dev17.8 to release/dev17.10
Add another test suggested by @cston.
…o-release/dev17.11 Merge release/dev17.10 to release/dev17.11
…o-release/dev17.12 Merge release/dev17.11 to release/dev17.12
… Build ID 2543568
* Revert "Revert "Updates content exclusion for on-the-fly-docs (dotnet#75172)" (dotnet#752…" (dotnet#75324) This reverts commit ba2f19a. * fix error when merging --------- Co-authored-by: Ankita Khera <[email protected]> Co-authored-by: Ankita Khera <[email protected]>
Enable support for an LSP client to open source generated files
Use primary constructor in rename command handler
* Allow accessing ref fields through rvalues * Remove unnecessary block
jjonescz
force-pushed
the
FirstClassSpan-19-Main
branch
2 times, most recently
from
October 3, 2024 13:25
a14d479
to
6e51056
Compare
jjonescz
force-pushed
the
FirstClassSpan-19-Main
branch
from
October 3, 2024 16:40
6e51056
to
bfa5b15
Compare
333fred
approved these changes
Oct 3, 2024
cston
approved these changes
Oct 3, 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
Feature - First-class Span Types
Needs API Review
Needs to be reviewed by the API review council
Needs UX Triage
untriaged
Issues and PRs which have not yet been triaged by a lead
VSCode
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.
Conflict resolution is in the last commit (in tests only - changes are due to the "better conversion from collection expression element" feature).
Test plan: #73445