my codes in asp.net core 3.1 is not showing references at all, have created a book model class, and was expecting my code to looks like something like this,
0 refrences
public class book()
{
}
but it was only
public class book()
and these is as been going on everywhere in the scope of the project i created, i created two new project entirely to check if its the app but am stil not getting it.
when i tried it without using refrences, i later have errors inheriting class and some inbuilt functions. Asp.net core 3.1 web application using. visual studio 2019 16.6.2 latest.