[Feature Request]: Reduce the wrapping around SDK Resolver messages when only one resolver is actually invoked #10191
Labels
Area: Logging
Area: Resolvers
Feature Request
Good First Issue
Self-contained issues good for first-time contributors.
internal-team-onboarding
Priority:2
Work that is important, but not critical for the release
triaged
Summary
In dotnet/sdk#41268 I was able to use the SDK Resolver features to ensure that only the NuGet SDK resolver was used for a restore. In this case we should be able to remove MSBuild wrapping around the 'error list' and only surface the single Resolver's message.
Background and Motivation
We want to remove visual noise around error experiences and make it easier for users to diagnose the core problems.
Proposed Feature
msbuild/src/Build/BackEnd/Components/SdkResolution/SdkResolverService.cs
Lines 277 to 280 in 0032522
Alternative Designs
No response
The text was updated successfully, but these errors were encountered: