[Feature Request]: Log the results of SDK resolution through a Logger #9413
Labels
Feature Request
help wanted
Issues that the core team doesn't plan to work on, but would accept a PR for. Comment to claim.
internal-team-onboarding
Priority:3
Work that is nice to have
triaged
Summary
The SdkResolverService currently logs when it is about to resolve SDKs, but it never logs the results of resolving SDKs - this can make it difficult to use binlogs to diagnose SDK resolution problems, since the only other option is to gather ETW traces, which is not always doable.
Background and Motivation
While helping @jaredpar with jaredpar/complog#73 we found this gap in the binlogs, which was a major head-scratch moment.
Proposed Feature
MSBuild should log the final results of SDK resolution to the logger in some form - ideally more than just errors would be logged because sometimes the SDK resolution result itself can be outside of what the user is expecting.
Alternative Designs
No response
The text was updated successfully, but these errors were encountered: