Home

LINQPad (v8) doesn't find the internal DbContext class

I have set the <InternalsVisibleTo Include="LINQPadQuery" /> value in the .csproj file which works fine for my other assemblies to be able to acces the DbContext class, but when I try to load the assembly in LINQPad (v8), it cannot find any DbContext classes and show an empty list.

Do I have to explicitly include the [InternalsVisibleTo("LINQPadQuery")] for it to work, or is is some other namespace for the EF Core driver that loads the DbContext from the dll assembly?

Comments

Sign In or Register to comment.