-
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
Merge main to runtime async branch #77700
Merged
Merged
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
* fix some bugs * Feedback
…otnet#77643) Includes not implemented fix provider to build action telemetry tool so we can get telemetry signal for the new code fix
In https://devdiv.visualstudio.com/DevDiv/_git/VSEditor/pullrequest/618447 the field name was changed, so tests will break in future. We just got broken by this in Razor because we test against VS main (dotnet/razor#11640) so figured I'd prevent this breaking Roslyn too, at whatever point in the future the VS image is updated.
…ence-packages build 20250318.1 (dotnet#77672) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.616701 -> To Version 10.0.616801 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
disalloed => disallowed.
Solves dotnet#70536 (apart from delta). Some editors, such as neovim, don't support textDocument/semanticTokens/range, which means that you currently don't get semantic highlighting for .NET in these editors. Getting semantic tokens for the entire document is of course slower, but the editor can decide what to do anyway. Tested and working with neovim.
…istent (dotnet#77684) View with whitespace off.
…et#77583) From dotnet/pull/77517/files/45c0e103f76f36bed6004f836d3dcfeae4bfae0d#r1992506030
…ence-packages build 20250319.2 (dotnet#77694) Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 10.0.616801 -> To Version 10.0.616902 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* upstream/main: (169 commits) Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250319.2 (dotnet#77694) Update CSharpCopilotCodeAnalysisService.cs (dotnet#77691) Fix bug where exact path match would throw for additional files (dotnet#77583) raw strings Add CI validation of Semantic Search API lists (dotnet#77535) Fix test Cleanup and make semantic token processing and testing code more consistent Support textDocument/semanticTokens/full Fix SkipApplyOptimizationData parameter (dotnet#77677) Fix typo (dotnet#77678) Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250318.1 (dotnet#77672) Fix reflection Generate Documentation - Bug Fixes (dotnet#77641) Fix watch window completion window upon manual completion invocation (dotnet#77656) Make ISemanticSearchCopilotUIProvider import lazy to avoid loading VS.EA.Copilot (dotnet#77516) Fix generation of attribute with array constant Change vs deps flow (dotnet#77651) On-the-fly-docs Pass along additional context (dotnet#77510) Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250317.1 (dotnet#77649) Remove dead code, use generated regex, use filescoped namespace. ...
jjonescz
approved these changes
Mar 20, 2025
cston
approved these changes
Mar 20, 2025
fdb50d3
into
dotnet:features/runtime-async
26 of 28 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Merge main to the feature branch