Chris Palmer
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Created How do I customize inspections to recognize a custom method for checking for nulls?
We have several library functions and extension methods like .IsEmpty() or .IsEmptyOrNull(). When we use them, Rider/Resharper always flags the code underneath for possible null reference exception... -
Created Debugging UWP Application
AnsweredAs of 2018.3, I can open our Xamarin application which targets iOS, Android, and UWP. I can run and debug the Android version and I can run the UWP version, but the Debug command is disabled for UW...