microsoft / xlang

MIT License
875 stars 103 forks source link

Undocked regfreewinrt binaries are not included in application when using custom VS build configurations #786

Closed BenJKuhn closed 1 year ago

BenJKuhn commented 1 year ago

If msbuild variable $(Configuration) is neither "Release" nor "Debug" the targets in Undocked RegFree WinRT don't kick in and work their magic, resulting in an application that won't run. It probably makes sense to default to release configuration if the configuration variable is unrecognized.

DrusTheAxe commented 1 year ago

Makes more sense to error on invalid values. And easy enough to do

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days.