EntityShell
EntityShell copied to clipboard
PowerShell Module for Entity Framework Tooling
Results
2
EntityShell issues
Sort by
recently updated
recently updated
newest added
Added changes for moving to ENTITY framework 6
I have a dll from an existing application and have found the class that implements the entity framework DB Context. If I run: ``` powershell Add-Type -AssemblyName System.Configuration [appdomain]::CurrentDomain.SetData("APP_CONFIG_FILE", "C:\Image\ImageService.exe.config")...