Scott Chamberlain
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created Is it possible to do a [ItemItemNotNull]?
If I have a type that returns a `Task<IEnumerable<object>>`, when I do a `[ItemNotNull]` it specifies that the `.Value` returned from the task will be not null. Is it possible to annotate that the ... -
Created Externial Annotations in R# 9
I am trying to use Prism.Mvvm, and I was fairly certinan that BindableBase was included in the external annotations, however when I try to click on the hammer for a property it is behaving as if no... -
Created Is there a property equivlant for InvokerParameterNameAttribute?
The annotation attribute InvokerParameterNameAttribute gives us the ability to force the value being passed in to be one of the parameters passed in to the calling function, but how do we do the eq... -
Created Is it possible to modify the typing assist concat behavior.
Currently in R# If I havevar example = "This is a Example";And I hit enter before the capital E I will getvar example = "This is a " + "Example";I would like to change that behavior to... -
Created adding "this." to naming guidlines.
I tried to search on this topic but due to the fact that "this" is such a common term I could not find any information on it.The naming polices at my work is to use lower camel case for instance fi...