asp.net core web server
Options
Hi
Is it possible to run asp.net core web server as self-hosted in linqpad ?
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.linqThe main thing to remember is to press F4 (Query Properties) and tick the checkbox "Reference ASP.NET Core Assemblies".