[release/8.0] Disable parallel restore for linker tests#65375
Merged
wtgodbe merged 5 commits intorelease/8.0from Feb 10, 2026
Merged
[release/8.0] Disable parallel restore for linker tests#65375wtgodbe merged 5 commits intorelease/8.0from
wtgodbe merged 5 commits intorelease/8.0from
Conversation
Added RestoreDisableParallel property to mitigate issue #61178.
Contributor
There was a problem hiding this comment.
Pull request overview
Disables NuGet parallel restore for the linker test project template to mitigate intermittent restore failures tracked in #61178 (backport of #65372).
Changes:
- Add
RestoreDisableParallel=trueto the linker testproject.csproj.template. - Document the reason with a link to the tracking issue.
Added a PropertyGroup to disable parallel restore for trimming test projects to mitigate a specific issue.
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Member
Author
|
Test failures are dotnet/dnceng#4756 |
This was referenced Mar 10, 2026
Bump Microsoft.AspNetCore.Mvc.Testing from 8.0.24 to 8.0.25
TechnologyEnhancedLearning/TELBlazor#396
Closed
Open
Closed
This was referenced Mar 12, 2026
Open
This was referenced Mar 12, 2026
Bump the nuget-production-dependencies group with 23 updates
PraveenKumarDova/opentelemetry-demo#161
Open
Open
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Backport of #65372