Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 16, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

Copilot AI and others added 2 commits December 16, 2025 09:21
…#12885)

### Context

The XamlPreCompile targets in Microsoft.CSharp.CurrentVersion.targets
and Microsoft.VisualBasic.CurrentVersion.targets were passing
`GeneratedFilesOutputPath` to the Csc and Vbc tasks, which is
unnecessary for XAML pre-compilation scenarios.

### Changes Made

- Removed
`GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"`
parameter from the Csc task invocation in the XamlPreCompile target in
Microsoft.CSharp.CurrentVersion.targets
- Removed
`GeneratedFilesOutputPath="$(CompilerGeneratedFilesOutputPath)"`
parameter from the Vbc task invocation in the XamlPreCompile target in
Microsoft.VisualBasic.CurrentVersion.targets
- Updated comments in both files to document that XamlPreCompile
intentionally omits this parameter while remaining otherwise identical
to CoreCompile

### Testing

- Full repository build succeeds
- Sample projects build successfully with modified MSBuild

### Notes

This intentionally diverges from the CoreCompile targets in
Microsoft.CSharp.Core.targets and Microsoft.VisualBasic.Core.targets,
which retain the GeneratedFilesOutputPath parameter. Both C# and VB
implementations now have consistent changes.

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: dsplaisted <[email protected]>
Co-authored-by: rainersigwald <[email protected]>
### Context

9f56419
updated the InsertVSPayload task, and the parameter name for queuing
build policies changed
@pull pull bot locked and limited conversation to collaborators Dec 16, 2025
@pull pull bot added the ⤵️ pull label Dec 16, 2025
@pull pull bot merged commit 34091ab into thompson-tomo:main Dec 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant