After installing ASP.Net Core through Visual Studio ==> New Project ==> Web ==> ASP.Net Web Application ==> OK ==> ASP.Net Templates 5. Reboot the system after installation, then create a new ASP project .NET 5 Template ==> Empty web site. I am not getting intellisense, and all class names are in RED, as if Visual Studio or Resharper could not find the definition.
Here are some screenshots. 
and without intellisense

When using the service object, I expected services.AddSingleton, service.AddScoped services.AddTransient service.AddLogging and so on ...
I restarted the visual studio, but the same result, however, the project compiles and works as expected, but it is very difficult to define a new api without support from intellisense.
I have resharper v 9 with update 1 installed.
Thanks!
source share