Skip to content

Comments

Correct .winmd references count in log#2278

Open
Sergio0694 wants to merge 1 commit intostaging/3.0from
user/sergiopedri/remove-plus-1
Open

Correct .winmd references count in log#2278
Sergio0694 wants to merge 1 commit intostaging/3.0from
user/sergiopedri/remove-plus-1

Conversation

@Sergio0694
Copy link
Member

Fix an off-by-one error in ProjectionGenerator logging: report args.WinMDPaths.Length instead of args.WinMDPaths.Length + 1 so the logged number of .winmd references is accurate. Update is limited to ProjectionGenerator.cs.

Fix an off-by-one error in ProjectionGenerator logging: report args.WinMDPaths.Length instead of args.WinMDPaths.Length + 1 so the logged number of .winmd references is accurate. Update is limited to ProjectionGenerator.cs.
@Sergio0694 Sergio0694 enabled auto-merge (squash) February 21, 2026 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants