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 #77265

Merged
merged 788 commits into from
Feb 19, 2025

Conversation

333fred
Copy link
Member

@333fred 333fred commented Feb 18, 2025

No description provided.

genlu and others added 30 commits February 6, 2025 17:38
…77097)

The calling MSBuild targets already specify inputs and outputs; skipping
writing the output files if they're not changed prevents the output
timestamp from being updated, so the builds always run (and then force a
rebuild of our setup projects).

Fixes dotnet#77039
CyrusNajmabadi and others added 16 commits February 15, 2025 14:20
…ider. (dotnet#77244)

Extracted out all the cleanup and simplification i did in
dotnet#77239

This allows changing 'rename type to file' (and vice versa) to operate
entirely syntactically. This is important for fix all performance.
…ion>` (dotnet#77137)

* Make `InterceptableLocation` implement `IEquatable<InterceptableLocation>`

* Update src/Compilers/CSharp/Portable/Utilities/InterceptableLocation.cs

Co-authored-by: Jan Jones <[email protected]>

* Update src/Compilers/CSharp/Portable/Utilities/InterceptableLocation.cs

Co-authored-by: Jan Jones <[email protected]>

* Record public API change

---------

Co-authored-by: Jan Jones <[email protected]>
Once Web Tools has moved to System.Text.Json, we on Razor can move off
of Visual Studio Lsp types, which resolves a licensing mismatch in the
C# extension. To do this, we just need a bit more access to the Roslyn
Lsp types.

There was a couple of things missing, presumably added after forking, so
I went ahead and added them, but only the minimum that Razor actually
needs. Mikayla's PR probably already covers these too, and more
obviously.
* Add missing word the documentation file

A sentence in `Compiler Breaking Changes - DotNet 8.md` is because of a missing word.

* Improve wording

---------

Co-authored-by: Jan Jones <[email protected]>
* upstream/main: (576 commits)
  Add missing word to the documentation file (dotnet#77259)
  Make `InterceptableLocation` implement `IEquatable<InterceptableLocation>` (dotnet#77137)
  REvert
  REvert
  REvert
  rename
  Semantic document
  remove more
  inline
  inline
  Remove state type from 'move type' refactoring
  preserve behavior
  Simplify
  Remove dependency on semantics
  Simplify
  Simplify code
  Use property
  Properly pass progress object along in fix all provider
  fix syncing
  add background color for inline hints in high contrast mode
  ...
@333fred 333fred requested review from a team as code owners February 18, 2025 22:26
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Issues and PRs which have not yet been triaged by a lead labels Feb 18, 2025
@dotnet-policy-service dotnet-policy-service bot added VSCode Needs API Review Needs to be reviewed by the API review council labels Feb 18, 2025
Copy link
Contributor

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.

@333fred 333fred merged commit b2779fc into dotnet:features/runtime-async Feb 19, 2025
28 checks passed
@333fred 333fred deleted the merge-main branch February 19, 2025 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure Needs API Review Needs to be reviewed by the API review council 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.