Possible add fix assembly name option when query code changed?
Something like VelocityDb or Hangfire, will identifier the same class/method using assembly name, but LINQPad won't have the same assembly name when code changes, so these component/nuget would be unstable.
I think there should be a option to fixed the assembly name when compiling/running in LINQPad advance pannel, or just something like #assemblyName fixed to make this query assembly name is fixed.

Comments
-
Hey JoeAlbahari, can you take a look on this?
-
I presume you're running LINQPad 5? If so, go to Edit | Preferences > Advanced, and set the option "Allow LINQPad to access internal types of other assemblies" to true. This will ensure that the compiled assembly is always named "LINQPadQuery.dll".
Note that this option is automatically set to true in LINQPad 6.
