Closed
Description
openedon Feb 3, 2024
Describe the bug
Generated code WinRT.IActivationFactoryMethods
missing global::
, which course error CS0234: 命名空间“FullTrustUWP.WinRT”中不存在类型或命名空间名“IActivationFactoryMethods”(是否缺少程序集引用?)
.
To Reproduce
- Create a winrt class which namespace ending with
.WinRT
- Reference it by a C#/WinRT project
Expected behavior
Generate global::WinRT.IActivationFactoryMethods
.
Version Info
cswinrt.exe 2.0.6.240201.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment