Won't locate ASP.NET Core assembly by F12(ILSpy) using LINQPad 6.0.27
Options
Steps to reproduce:
1. reference to ASP.NET Core assemblies:

2. Write code like that
3. Click the
4. And following error was shown:

1. reference to ASP.NET Core assemblies:

2. Write code like that
WebHost.CreateDefaultBuilder()
3. Click the
WebHost
, then press F124. And following error was shown:

Comments
-
PS: when reference to NuGet package: Microsoft.AspNetCore.App(instead of just click "Reference to ASP.NET Core assemblies"), everything works fine.
-
Thanks - this should now be resolved.