-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for C# WinRT/components in C++ applications #45
Comments
See #38 which changed the NativeXamlIslands sample from a mixed C++/C# app to just straight C++. As a starting point, we can try to get the version of this project from just before the PR working. More context on the issue we faced with this version: The project builds but when deploying to a clean machine without Visual Studio installed, you'll see this error: The issue here is that the ".net UWP" package needs to be installed. This package is not the same as .NET Core 3... it's a special version of .net that supports UWP apps, and relies on .net native. Some links with context on this: Authoring a C# Windows Runtime component for use from a C++/WinRT app - UWP applications | Microsoft Docs |
FYI @tommcdon @SvetBonev |
In order to support this scenario we may need to support .NET Core 5 or .NET Core 6
The text was updated successfully, but these errors were encountered: