Won't locate ASP.NET Core assembly by F12(ILSpy) using LINQPad 6.0.27
Steps to reproduce:
1. reference to ASP.NET Core assemblies:
![](https://us.v-cdn.net/5019392/uploads/editor/84/9djcv7hq2x4r.png)
2. Write code like that
3. Click the
4. And following error was shown:
![](https://us.v-cdn.net/5019392/uploads/editor/fb/gy15padqoepf.png)
1. reference to ASP.NET Core assemblies:
![](https://us.v-cdn.net/5019392/uploads/editor/84/9djcv7hq2x4r.png)
2. Write code like that
WebHost.CreateDefaultBuilder()
3. Click the
WebHost
, then press F124. And following error was shown:
![](https://us.v-cdn.net/5019392/uploads/editor/fb/gy15padqoepf.png)
Comments