-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
ResolvePackageDependencies does not handle native winmds correctly #568
Comments
For that matter you should probably examine all the differences between ResolveNuGetPackageAssets and ResolvePackageDependencies to make sure we aren't missing any functionality... |
Thanks for the note @ericstj . When we designed As an example, What is the timeframe in which support for native winmds is needed? I think the correct solution will involve new tasks/targets, and probably a new targets file. |
I assume we'll need this for UWP projects to be SDK-based post 1.0 |
You'll need this when you want UWP to move from |
Onboard with async publishing
Due to lack of recent activity, this issue has been labeled as 'stale'. It will be closed if no further activity occurs within 30 more days. Any new comment will remove the label. |
This issue will now be closed since it has been labeled 'stale' without activity for 30 days. |
See https://github.com/NuGet/NuGet.BuildTasks/blob/4a57a0ef4bee31f122d50a39fe3dddd4ca03fb07/src/Microsoft.NuGet.Build.Tasks/ResolveNuGetPackageAssets.cs#L380 for an example of what needs to be done.
/cc @jasonmalinowski @natidea @nguerrera
The text was updated successfully, but these errors were encountered: