Flow Tracing

Trace dependency flow across .NET repos through the VMR pipeline. USE FOR: checking if a PR/commit from repo A has reached repo B, finding what runtime SHA is in an SDK build, tracing dependency versions through the VMR, checking if a commit is included in an SDK build, decoding SDK version strings, "has my fix reached runtime", "did roslyn#80873 flow to runtime", "what SHA is in SDK version X", cross-repo dependency tracing, mapping SDK versions to VMR commits. DO NOT USE FOR: codeflow PR health or staleness (use flow-analysis skill), CI build failures (use ci-analysis skill). INVOKES: maestro and GitHub MCP tools, Get-SdkVersionTrace.ps1 script.

.NET (Microsoft) 51a1337 6 files · 34.8 KB Updated 4k repo stars

File contents

dotnet/arcade-skills/tree/main/plugins/dotnet-dnceng/skills/flow-tracing commit 51a133728c

Frequently asked questions

npx skillmds@latest add dotnet/flow-tracing