there is a restricted runtime support for UWP. for supported libraries see :
https://learn.microsoft.com/en-us/dotnet/api/?view=dotnet-uwp-10.0&preserve-view=true
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I just came across several links that discuss how to author WinRT components using a CSharp library.
Source (see below) : authoring.md, authoring, use-csharp-component-from-cpp-winrt
It states that I can write a C# library and package it into a WinRT component. However, it's not clear whether having .NET is a requirement.
In one link, it states .NET is required. In another, .NET is recommended and another link says its supported.
In my scenario, I have created a Csharp library class (that also has event/delegate calls) that does not use .NET. The goal is to consume it in a WinRT/C++ UWP app.
Will this still be possible?
there is a restricted runtime support for UWP. for supported libraries see :
https://learn.microsoft.com/en-us/dotnet/api/?view=dotnet-uwp-10.0&preserve-view=true