You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
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:
@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.
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:The text was updated successfully, but these errors were encountered: