CsWinRT icon indicating copy to clipboard operation
CsWinRT copied to clipboard

IID optimizer causes build error for libraries/applications (not projections)

Open Sergio0694 opened this issue 1 year ago • 1 comments

Describe the bug

image (36)

To Reproduce

  1. Reference CsWinRT from a library (not projections) or an app.

Expected behavior

Should build fine.

Sergio0694 avatar Jan 27 '24 21:01 Sergio0694

You can set <DebugType>full</DebugType> to mitigate this issue.

hez2010 avatar Jan 31 '24 05:01 hez2010

IIDOptimizer doesn't run in most scenarios anymore, so there shouldn't be a pdb to copy over and fail.

manodasanW avatar Aug 03 '24 00:08 manodasanW