Rennie Petersen

- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Rennie Petersen commented, -
-
-
-
Rennie Petersen created a post, Why doesn't ReSharper flag erroneous use of structs?
Consider this: public struct NiceStruct { public float Floating; } public class JustTesting { public void DoSomething(NiceStruct niceStruct) { niceStruct.Floating =... -
-
Rennie Petersen created a post, Still confused about "Access to modified closure"
I've tried to understand what "access to modified closure" is all about several times over the last three years or so, and the only thing I'm sure of is that I'm still confused about it.In searchin... -
Rennie Petersen commented, -
Rennie Petersen commented, -
Rennie Petersen created a post, Feature request: source formatting to order methods by call dependencies
As an advanced sufferer of Obsessive Compulsive Source Code Formatting Disorder*1, I like to have the methods in my C# source code files ordered with the high-level ones first, followed by the on...