Allow to disable the default namespace inclusion
It is annoying that I always have to fully qualify "System.Transactions.IsolationLevel" because of the conflict with "System.Data.IsolationLevel".
1
vote

You can now remove any of the default namespaces in LINQPad 6.
-
ulrich commented
Hello Joe,
yes, adding "IsolationLevel = System.Transactions.IsolationLevel" is a nice workaround.
-
If you add the following namespace:
TIL = System.Transactions.IsolationLevel
and hit "Set as default for new queries"
...would that help?