Home
Options

DbContext Binaries From Nuget Package?

Greetings, Is there a way to load my own EF DbContext from an assembly via Nuget? My DbContext and models get updated frequently, and I'd love to be able to keep each version of my DbContext in my local Nuget, and then select the version I want in Linqpad.

From what I can tell, there's no way to load nuget packages into linqpad in such a way that they can be used by the Add Connection part of the app. Anyone have any tips or ideas?

Thanks!
Sign In or Register to comment.