Skip to content
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

NuGet Commands: Remove EF.Commands.dll from bin on UWP #3682

Closed
bricelam opened this issue Nov 6, 2015 · 1 comment
Closed

NuGet Commands: Remove EF.Commands.dll from bin on UWP #3682

bricelam opened this issue Nov 6, 2015 · 1 comment
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-unknown
Milestone

Comments

@bricelam
Copy link
Contributor

bricelam commented Nov 6, 2015

Currently, the commands package copies the net451 version of EntityFramework.Commands.dll to the output directory on UWP in order to work.

The problem is that .NET Native will try and compile all the assemblies in the output directory. We should look into a solution that doesn't leave this assembly in the output directory when compiling with .NET Native.

@natemcmaster
Copy link
Contributor

Also, we should ensure that libraries is moved when EF commands are in a UWP class library.

Cref #5069 (comment)

natemcmaster pushed a commit to natemcmaster/EntityFrameworkCore that referenced this issue May 23, 2016
natemcmaster pushed a commit to natemcmaster/EntityFrameworkCore that referenced this issue May 23, 2016
natemcmaster pushed a commit to natemcmaster/EntityFrameworkCore that referenced this issue May 24, 2016
@ajcvickers ajcvickers added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-unknown labels Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-unknown
Projects
None yet
Development

No branches or pull requests

4 participants