Marco van Dorst
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created How to sort public fields of a struct with 'File Layout' for c#
AnsweredHi All,What I am looking for is what should an entry in ‘File Layout’ look like. This works fine for a class But not for a struct Is there a way to sort the members of a struct? -
Created Markerbar not showing for some .cs files?
AnsweredIt is a fairly large file but it used to show the marker bar. What could be wrong? -
Created ReSharper + MSTest: deployment of files does not overwrite older versions of the files
I have some files in my solution directory which need to be deployed to the testproject when the tests are executed. (for example <solutiondir>testdata.sql)The very first time I run my tests, testd...