Tomas Elison

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Tomas Elison commented, -
-
Tomas Elison created a post, Private setter for generated properties
When Resharper generates properties, for example when doing ALT-Enter on a constructor parameter, I would like the option to create the auto-property with a private setter. Personally I create way ... -
Tomas Elison created a post, Your forums need a makeover!
The discoverability and structure of your community/forums web is one of the worst I have seen. Every time I want to find the answers to a question through your forums I get irritated and usually e... -
Tomas Elison created a post, Another code analysis bug in 4.0.738.4
In the following method Resharper (4.0.738.4) underlines the characters parameter and says "Parameter can be of type ICollection". This is wrong, ".Length" is declared in the Array class. Its not... -
Tomas Elison created a post, Code analysis bug in 4.0.738.4?
In the following method Resharper (4.0.738.4) says that the expression (item != null) would be always true and can be removed. I disagree.*private static int CountNotNullItems(){ string[] items = {...