C++/WinRT based projects (app or module) are unable to consume C# nugets #6503
Labels
Area: C#/C++ interop
Area: Developer Experience
enhancement
External
Issue tracked in this repo but change will need to happen in another repo
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
This is not an issue with us per se, but something that affects us. If you try to add a C# UWP dependency to any C++/WinRT project, the operation will fail, using VS or nuget.exe.
How this affects us:
C++/WinRT Apps cannot consume C# native modules distributed via nuget. They can only consume those modules by source (presuming the source itself doesn't hit any of the other bugs impacting C# use by C++/WinRT, like #6470, #6473).
C++/WinRT Native Modules cannot consume C# libraries provided via nuget. So if you wanted so say, write a module to expose Telerik controls, you have to use C#.
The text was updated successfully, but these errors were encountered: