Open gyz0072004 opened 7 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Describe the bug
This is a regression beginning from version 1.4.5: 1.4.240211001 upwards. Version 1.4.4 backwards doesn't have such issue.
When I create a C# Class Library project, referencing some components provided by other nuget packages (like CommunityToolkit.winui.ui.controls), then reference the C# library from C++ project according to Walkthrough—Create a C# component with WinUI 3 controls, and consume it from a C++/WinRT app that uses the Windows App SDK, the components from the nuget package.
Steps to reproduce the bug
Sample xaml in C# class library project (with nuget reference: CommunityToolkit.WinUI.UI.Controls):
Then Create a C++ project to reference such user control
Expected behavior
The control provided by the nuget package should present with no issue.
Screenshots
No response
NuGet package version
Windows App SDK 1.5.1: 1.5.240311000
Packaging type
Packaged (MSIX), Unpackaged
Windows version
Windows 11 version 22H2 (22621, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response