Joshua Larkin
Joshua Larkin
@andrewleader Is this a C#/WinRT component? As in, `true` in the project file?
Per offline discussion, look into a property that just builds netcore3, net5 and net6 for local builds. CI 'Schedule'd builds should build all TFMs
@manodasanW When the component builds for AnyCPU, and the native app is set to build for x86 then things work fine. If we have the component build for AnyCPU and...
Discussed with @angelazhangmsft and we now will advise to only build cswinrt components for AnyCPU Per a discussion between Angela and @evelynwu-msft , we might advise that library authors need...
https://github.com/microsoft/CsWinRT/pull/1273
Hi @HermanEldering , thanks for opening this issue and posting updates. I have a change in PR to make a note on not using a relative path for WinRt.Host in...
This only occurs in our repo, so we should consider adding the pri-2 label. I tested with an actual (private) WinAppSDK nuget and this is not an issue a customer...
no longer repros
Hi @lukasf , there seems to be something with this change that is affecting the CsWinRT Embedded support. I am taking a look into this now.