integrating-sdk-and-msbuild
Installation
SKILL.md
SDK-MSBuild Integration Patterns
MSBuild operates as a component within the .NET SDK. This boundary is the most complex integration point in the .NET build stack, spanning MSBuild (engine), SDK (target implementations), NuGet (restore), and Roslyn (compilation).
The Evaluation Boundary
Understanding MSBuild's evaluation order is critical for SDK target authoring: