Home

Possible to move namespace support in LINQPad 5?

Currently multiple namespace support in LINQPad 5 is really annoying, which need to deal with a virtual } and create a EOF class.

In LINQPad 6 we can just write namespace in query code, this is much better.

Some scenarios, especially dealing with ASP.NET Web API2/ASP.NET SignalR, we need to create a class within another namespace(and .NET Framework is required), so we want to migrate this namespace in code support into LINQPad 5.

Sign In or Register to comment.