I have a project where the backend (C#) and frontend (Typescript) are both present in separate subfolders, and the C# solution file is in the backend folder. This causes "Go to definition" and "Find references" within the backend project to not work.
I have a project where the backend (C#) and frontend (Typescript) are both present in separate subfolders, and the C# solution file is in the
backendfolder. This causes "Go to definition" and "Find references" within the backend project to not work.