Hi Is it possible to run asp.net core web server as self-hosted in linqpad ?
Yes, this is possible in LINQPad 6 with WebAPI. There's an example in LINQPad's built-in samples:http://share.linqpad.net/q7cpkj.linq
The main thing to remember is to press F4 (Query Properties) and tick the checkbox "Reference ASP.NET Core Assemblies".
Comments
Yes, this is possible in LINQPad 6 with WebAPI. There's an example in LINQPad's built-in samples:
http://share.linqpad.net/q7cpkj.linq
The main thing to remember is to press F4 (Query Properties) and tick the checkbox "Reference ASP.NET Core Assemblies".