Visual Studio project reference not updating with new code
Basically I have 2 projects in separate solutions, API and Data (the projects)
API usually references a package for the Data project, but I've removed that, and added my local Data project as a reference in both the API solution and project.
But when I go through the API project, on parts where it's "using Data.Models", if I step into the classes, they aren't my local classes.
It takes me to some CompilerGenerated class model when stepping into the Data.Models stuff
API usually references a package for the Data project, but I've removed that, and added my local Data project as a reference in both the API solution and project.
But when I go through the API project, on parts where it's "using Data.Models", if I step into the classes, they aren't my local classes.
It takes me to some CompilerGenerated class model when stepping into the Data.Models stuff
