LibraryWriter does not write TLB files when hosted in MsBuild
Closed this issue · 0 comments
carstencodes commented
Description
In some cases, the TlbExport
task fails with DSCOM0001
, i.e. the requested library does not exist, even though the Conversion method did not return null
. This was observed when adding #102.
The reason is yet unkown.
As a workaround, by default the usage of the CLI during the build is enforced.
Severity
Major
Workaround exists
How to reproduce
Run the acceptance criteria when _DsComForceToolUsage
is set to false
.
Acceptance criteria
The build does not issue warning DSCOM0001