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 to runtime async branch #77700

Merged
merged 194 commits into from
Mar 20, 2025

Conversation

333fred
Copy link
Member

@333fred 333fred commented Mar 20, 2025

Merge main to the feature branch

dibarbet and others added 19 commits March 18, 2025 14:03
…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.
…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.
  ...
@333fred 333fred requested review from a team as code owners March 20, 2025 16:01
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Mar 20, 2025
@333fred 333fred enabled auto-merge March 20, 2025 16:02
@333fred 333fred merged commit fdb50d3 into dotnet:features/runtime-async Mar 20, 2025
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.