Had a roam around Stack Overflow to try and find ways of solving this and am yet to come across a method that works. Have a project built in C# with an Angular front end. Recently published to a server, which works fine. However now when I try to make changes to the code locally and run in debug, the build does not pick up on any of the changes being made, I've tried restarting VS, updating VS, restarting my PC, cleaning the solution, having Configurations Manager ensure that the project is not run on old builds. Anyone know why this kind of thing is happening?
Thanks in advance!