ErikEJ / EntityFramework6PowerTools

This is the codebase for Entity Framework 6 Power Tools Community Edition, and modern EF 6 providers for SQL Server and SQL Server Compact
Other
183 stars 27 forks source link

Community original #47

Closed PhilPJL closed 5 years ago

PhilPJL commented 5 years ago

Erik.

Fixed #43 by creating the .edmx in a sub-folder of the temp folder. The sub-folder name is now the project guid instead of a random string.

I've changed the name of the .edmx to be the context type 'FullName'. This makes it easier to see which EDML is which, when there are several open.

If the .edmx is open and the user generates it again I close the open one to eliminate the annoying warning dialogs.

I'm setting the current directory to the project build output folder. This fixes an issue when there are contexts in multiple projects which have references to other projects.

Most of the files changed are just removing unused 'using' statements.

ErikEJ commented 5 years ago

Please do not mix code "tidy" and bug fixes in the same PR

PhilPJL commented 5 years ago

I'll revert the tidy.