Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Shared files referenced by multiple projects break KPM Pack #704

Closed
lukewaters opened this issue Oct 6, 2014 · 2 comments
Closed

Shared files referenced by multiple projects break KPM Pack #704

lukewaters opened this issue Oct 6, 2014 · 2 comments
Assignees
Milestone

Comments

@lukewaters
Copy link

In the entity framework project there are multiple projects that reference shared assemblies. When the entityframework project is directly referenced by an external application, and then the application is attempted to be packed using kpm pack, KPM throws an error complaining that there is a file that already exists and therefore does not finish packing.

To reproduce this issue checkout the EntityFramework source code and navigate to EntityFramework\test\Performance\EntityFramework.Performance.DbContext.Tests

Execute the following two commands, the KPM pack command will fail:

PS> mkdir ..\..\EntityFramework.Performance.DbContext.Tests.desktop
PS> kpm pack -o ..\..\EntityFramework.Performance.DbContext.Tests.desktop --runtime KRE-CLR-x86.1.0.0-beta1-10491 --configuration release > ..\..\EntityFramework.Performance.DbContext.Tests.desktop\build.log
@ChengTian
Copy link
Contributor

@lukewaters , thank you for reporting this bug. I can reproduce it with your steps. @davidfowl , this bug is blocking EF team, please assign it to me if you think it's Ok.

@ChengTian ChengTian added the bug label Oct 7, 2014
@lukewaters
Copy link
Author

+1 for getting this fixed in an expedited fashion as it is a blocking issue

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants