Bogc

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Resharper interferes with the VS 2019 multiple startup projects
I have a solution that contains two web mvc .net apps projects. Often, when develop I want to start both projects. In VS 2019, under Solution Properties -> Common Properties -> Startup Project, I s... -
Edited Finding all statements that set properties of objects of a certain type
I am looking to find all the statements that update objects of a specific class, at least all the statements that update the properties of objects of this class. Is there a way to do it? Thanks