Marco van Dorst
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Marco van Dorst commented, -
Marco van Dorst created a post, AnsweredHow to sort public fields of a struct with 'File Layout' for c#
Hi 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? -
Marco van Dorst commented, -
Marco van Dorst created a post, AnsweredMarkerbar not showing for some .cs files?
It is a fairly large file but it used to show the marker bar. What could be wrong? -
-
-
Marco van Dorst created a post, 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...