-
Notifications
You must be signed in to change notification settings - Fork 123
Closed as not planned
Labels
authoringRelated to authoring feature workRelated to authoring feature workbugSomething isn't workingSomething isn't working
Milestone
Description
Using a C#/WinRT component with WinUI 3 types from unpackaged apps has some issues. In the C++ case, a runtime error is thrown "No package identity". In the C# case, a WinAPPSDK error is thrown "No match for key in index"
To Reproduce
- Follow the steps here to make an unpackaged app
- Create a C#/WinRT component
- Add a project reference in the C++ app to the C# component
Expected behavior*
App runs normally
Version Info
Windows APP SDK - 1.1.0-20220215.0-CI-experimental
VS2022
net6.0-windows10.0.19041
Additional context
Here's a repo with a repro - https://github.com/j0shuams/CsWinRTAuthoringWinUI/tree/alpha/CppUnpackaged
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
authoringRelated to authoring feature workRelated to authoring feature workbugSomething isn't workingSomething isn't working