You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referencing multiple WinRT components from an app causes an MSIX build error:
Payload contains two or more files with the same destination path 'WinRT.Host.runtimeconfig.json'. Source files:
D:\git\SFC.Client.SFUI\bin\WinStore.Tasks2\x64\WinRT.Host.runtimeconfig.json
D:\git\SFC.Client.SFUI\bin\Store.Purchase.Component2\x64\WinRT.Host.runtimeconfig.json
To Reproduce
Create at least 2 WinRT components
Reference both of them from an app
Package with MSIX
Build
Expected behavior
Should build correctly and automatically deduplicate the runtimeconfig.json files.
Version Info
CsWinRT 2.1.6
The text was updated successfully, but these errors were encountered:
Describe the bug
Referencing multiple WinRT components from an app causes an MSIX build error:
To Reproduce
Expected behavior
Should build correctly and automatically deduplicate the runtimeconfig.json files.
Version Info
CsWinRT 2.1.6
The text was updated successfully, but these errors were encountered: