-
Notifications
You must be signed in to change notification settings - Fork 269
NuGet for UWP apps cannot call C++ libraries #2350
Copy link
Copy link
Closed
Labels
Resolution:NeedMoreInfoThis issue appears to not have enough info to take actionThis issue appears to not have enough info to take action
Milestone
Description
I have a C# library for UWP packaged into an NuGet package. This C# library in turn calls a C++ library internally. When packaged as a NuGet package, the C# library is not able to find and call the C++ library.
My nupkg structure is given below - as documented in https://docs.nuget.org/create/uwp-create#native-light-up
runtimes\win10-x86\lib\uap10.0
---- MyCSharpLib.dll
---- MyCSharpLib.pri
runtimes\win10-x86\native
---- MyCPPLib.dll
---- MyCPPLib.winmd
I've also tried placing the CPP lib in the same folder as the C# lib but still the issue persists.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Resolution:NeedMoreInfoThis issue appears to not have enough info to take actionThis issue appears to not have enough info to take action
Type
Fields
Give feedbackNo fields configured for issues without a type.