Skip to content

Disable parallel restore for Grpc JsonTranscoding#65040

Merged
wtgodbe merged 2 commits intomainfrom
wtgodbe/GrpcWorkaround
Jan 15, 2026
Merged

Disable parallel restore for Grpc JsonTranscoding#65040
wtgodbe merged 2 commits intomainfrom
wtgodbe/GrpcWorkaround

Conversation

@wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Jan 13, 2026

Attempt to work around #61178

@github-actions github-actions bot added the area-grpc Includes: GRPC wire-up, templates label Jan 13, 2026
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 14, 2026
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 14, 2026
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 14, 2026
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 14, 2026
@dotnet dotnet deleted a comment from azure-pipelines bot Jan 14, 2026
@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 14, 2026

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@wtgodbe wtgodbe marked this pull request as ready for review January 15, 2026 15:48
Copilot AI review requested due to automatic review settings January 15, 2026 15:48
@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 15, 2026

/backport to release/10.0

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 15, 2026

/backport to release/9.0

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 15, 2026

/backport to release/8.0

@github-actions
Copy link
Contributor

Started backporting to release/10.0 (link to workflow run)

@github-actions
Copy link
Contributor

Started backporting to release/8.0 (link to workflow run)

@github-actions
Copy link
Contributor

Started backporting to release/9.0 (link to workflow run)

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds the RestoreDisableParallel MSBuild property to two projects with RequiresDelayedBuild to work around a restore-related issue (GitHub issue #61178).

Changes:

  • Disables parallel restore for all projects under src/Grpc/JsonTranscoding/ by setting RestoreDisableParallel in the Directory.Build.props
  • Disables parallel restore for the Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport project by setting the same property in its csproj file

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
src/Grpc/JsonTranscoding/Directory.Build.props Adds RestoreDisableParallel property to disable parallel restore for all Grpc JsonTranscoding projects
src/Framework/Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport/src/Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport.csproj Adds RestoreDisableParallel property to disable parallel restore for the DotNetApiDocs Transport project

@wtgodbe wtgodbe merged commit d3f0774 into main Jan 15, 2026
31 checks passed
@wtgodbe wtgodbe deleted the wtgodbe/GrpcWorkaround branch January 15, 2026 15:52
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Jan 15, 2026
wtgodbe added a commit that referenced this pull request Jan 16, 2026
wtgodbe added a commit that referenced this pull request Jan 17, 2026
* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects
github-actions bot pushed a commit that referenced this pull request Jan 21, 2026
wtgodbe added a commit that referenced this pull request Jan 21, 2026
…rojects (#65150)

* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects

---------

Co-authored-by: William Godbe <wigodbe@microsoft.com>
wtgodbe added a commit that referenced this pull request Jan 22, 2026
* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects
wtgodbe added a commit that referenced this pull request Jan 22, 2026
* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects
wtgodbe added a commit that referenced this pull request Feb 2, 2026
* Disable parallel restore for Grpc JsonTranscoding

* Update Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport.csproj

* Disable parallel restore for BuildAfterTargetingPack projects (#65107)

* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects

---------

Co-authored-by: William Godbe <wigodbe@microsoft.com>
wtgodbe added a commit that referenced this pull request Feb 2, 2026
* Disable parallel restore for Grpc JsonTranscoding

* Update Microsoft.Internal.Aspnetcore.DotNetApiDocs.Transport.csproj

* Disable parallel restore for BuildAfterTargetingPack projects (#65107)

* Revert "Disable parallel restore for Grpc JsonTranscoding (#65040)"

This reverts commit d3f0774.

* Disable parallel build for delayed build projects

---------

Co-authored-by: William Godbe <wigodbe@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-grpc Includes: GRPC wire-up, templates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments