Reusing LINQPad source code for open source project

Options
Hi Joe,
Great work on LINQPad! It is the best!

Out of curiosity on how LINQPad works, I disassembled the executable. I would like to know if it is ok to reuse a part of your code (especially the classes under LinqPad.Expressions namespace which deal with visiting an expression tree and converting it to string) in an open source proof-of-concept project?

I am not doing it for personal gain rather I will be sharing it with the developer community so that it can be further improved upon.

Kindly let me know if you permit me to do so.

Comments