Jeff Ward
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created Easier way to organize files into 'views' for development and navigation? Such as custom class or file 'Views'?
Hello!I have looked online, and also asked on Reddit and other forums, and have no solution for this. I hope that ReSharper has a feature for this. I have a .csproj with over 200 classes (as an ... -
Created Custom Null Checking Patterns - How to add without using Attributes?
AnsweredHello!I see that the common solution for Custom Null-Checking Methods is this But I also see here that custom null checking patterns can also be created: My question is: How do I implemen... -
Created Custom null checking methods - Contract annotations not working
Hello!I have implemented 'Contract Annotations' to perform custom 'null checks' - however my method still shows that a possible null reference may occur. Am I doing anything wrong?