Is there a signed version of LinqPad that I could use in order to access internals of signed assemblies?
Yes. In LINQPad, go to: Edit, Preferences... and then the Advanced tab, and change the following setting:
And then (as it says in the screenshot) add the following to your project's AssemblyInfo.cs
:
[assembly: InternalsVisibleTo("LINQPadQuery")]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With