-
Re: Not all navigation properties are shown
I can't think of a reason that would happen. If you can provide a schema that can reproduce the problem of navigation properties not showing, I can look into it. However, it's not always po…1 · -
Re: Highly Type object to Util.Compile error
Are you saying that it works fine if you define TestObject in My Extensions? If so, this is expected behaviour. The class needs to be available to both queries, and it has to be (numerically) the sam…1 · -
Re: Do Aspect Oriented Programming using PostSharp (IL Weaving)
It looks like PostSharp relies on some MSBuild magic to invoke an executable to instrument the target assembly after compilation. LINQPad doesn't use MSBuild - it just compiles C# code with refe…1 · -
Re: How can I use Emacs keyboard shortcuts on LINQPad ?
Right now there no are options for remapping keys, or choosing emacs or vi bindings.1 · -
Re: CompiledQuery in LinqPad
Compiled queries is for LINQ to SQL. Are you using Entity Framework? If so, this will not work. With EF5 and later, queries are automatically compiled in subsequent executions, so you won't need…1 ·
