Skip to content

Conversation

333fred
Copy link
Member

@333fred 333fred commented Mar 20, 2025

Merge main to the feature branch

dotnet-maestro bot and others added 14 commits March 19, 2025 08:40
…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
@ghost ghost 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
@333fred 333fred deleted the merge-main branch March 31, 2025 22:54
JoeRobich added a commit to dotnet/roslyn-tools that referenced this pull request Aug 29, 2025
46 PRs before and 36 after
```diff
+    * [Cache diagnostic analyzer computation](dotnet/roslyn#80045)
+    * [Remove parameter always passed the same value](dotnet/roslyn#80042)
     * [Update doc for IMethodSymbol.IsExtensionMethod](dotnet/roslyn#80016)
     * [Don't cache known-broken compositions](dotnet/roslyn#80021)
     * [Cleanup methods in DiagAnalyzerService](dotnet/roslyn#80013)
     * [Simplify processing of errors reported by the build](dotnet/roslyn#79964)
     * [Additional cleanup of the DiagnosticAnalyzerServier](dotnet/roslyn#80005)
     * [Fix Code Lens around source generated files](dotnet/roslyn#79992)
     * [Remove superflous DiagService api that can be achieved with existing apis](dotnet/roslyn#80007)
     * [Generate `init` accessor for required properties inside `readonly struct`s](dotnet/roslyn#80004)
     * [Remove existing low level diag oop code now that it's all handled at higher levels.](dotnet/roslyn#79994)
     * [Allow large InlineHint ArrayBuilder pooling](dotnet/roslyn#79857)
     * [Reduce allocations obtaining classified spans in ClassifierHelper](dotnet/roslyn#79856)
     * [Compute span diagnostics in oop](dotnet/roslyn#79991)
     * [Allow Razor cohosting to work with non-Razor SDK projects](dotnet/roslyn#79953)
     * [Move computation of deprioritized analyzers to oop](dotnet/roslyn#79989)
     * [EnC: Fix symbol mapping of delegates with indexed name](dotnet/roslyn#79837)
     * [Emit telemetry 'durations' with known radix point '.'](dotnet/roslyn#79988)
     * [Move logic up into DiagService](dotnet/roslyn#79985)
     * [Move the StateManager type up to the DiagnosticService from the DiagnosticIncrementalANalyzer](dotnet/roslyn#79984)
     * [Immediately remote diagnostics call to OOP](dotnet/roslyn#79983)
     * [Build Microsoft.CodeAnalysis.SemanticSearch.Extension ref assembly for use in semantic search queries](dotnet/roslyn#79972)
     * [Only cache compilation if we have the same set of analyzers](dotnet/roslyn#79978)
     * [Delete unused property](dotnet/roslyn#79963)
     * [Update 'use expr body' to be a purely syntactic analyzer](dotnet/roslyn#79979)
     * [Mark 'Use expr body' as a syntax-only fixer](dotnet/roslyn#79971)
     * [♻️ MSBuildWorkspaceDirectory - Fallback to AppContext.BaseDirectory when Assembly Location is empty](dotnet/roslyn#79934)
     * [Merge runtime async support into main](dotnet/roslyn#79833)
     * [Implement "Simplify property accessor" feature](dotnet/roslyn#79754)
-    * Merge main to runtime async branch (PR: [#79961](dotnet/roslyn#79961))
     * [Redo how and when we report source generator telemetry](dotnet/roslyn#79951)
     * [Allow MEF components to supply assembly path resolvers](dotnet/roslyn#79218)
     * [Allow Razor to hook up the source generator in misc files](dotnet/roslyn#79891)
     * [Block ENC for extension blocks](dotnet/roslyn#79883)
     * [Upgrade servicehub.client to fix test source discovery](dotnet/roslyn#79899)
     * [Update package restore error message.](dotnet/roslyn#79876)
-    * Merge main (PR: [#79834](dotnet/roslyn#79834))
-    * Merge main (PR: [#79830](dotnet/roslyn#79830))
     * [Baseline struct lifting tests](dotnet/roslyn#79505)
-    * Merge main to runtime async branch (PR: [#79582](dotnet/roslyn#79582))
-    * Merge main (PR: [#79424](dotnet/roslyn#79424))
-    * Merge main (PR: [#78994](dotnet/roslyn#78994))
-    * Merge main to runtime async branch (PR: [#78740](dotnet/roslyn#78740))
-    * Merge main to runtime async branch (PR: [#78517](dotnet/roslyn#78517))
-    * Merge main to runtime async branch (PR: [#78114](dotnet/roslyn#78114))
-    * Merge main to runtime async branch (PR: [#77700](dotnet/roslyn#77700))
-    * Merge main to runtime async branch (PR: [#77533](dotnet/roslyn#77533))
-    * Merge main to runtime async branch (PR: [#77265](dotnet/roslyn#77265))
```
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.