Adam Ruth

- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
Adam Ruth commented, -
Adam Ruth created a post, NotNull on container items
Is there a way to flag a container so that all of its items are assumed to be NotNull? I end up having to do a lot of extract null checks in order to satisfy the Resharper static analysis. For ex... -
Adam Ruth created a post, Default NotNull or CanBeNull
In order to improve my static checking of code I would like to require that all methods, properties, and parameters be decorated with either a NotNull or CanBeNull attribute. Along those lines is ... -
Adam Ruth commented, -
Adam Ruth created a post, Unresolved Symbol in Static Context and DataTrigger.Binding
I've got some DataTriggers where I get "Unresolved Symbol in Static Context" warnings. I can't find a way to let the DataTrigger know the type of data context it's dealing with.Example:<DataTrigge... -
Adam Ruth created a post, UsedImplicitlyAttribute and XAML
Is there a way to attach something like the UsedImplicitlyAttribute to an object in XAML?I'm using a control library that creates menus and grid columns that require a Name attribute but aren't usu... -
-
Adam Ruth created a post, Type member is never used in public library class
I've got a library that is used in other solutions. The "Type member is never used (non-public access)" option is flagging members in both public and internal classes. When searching for code issu... -
Adam Ruth created a post, Duplicate Existing Live Template
Is there a way to make a copy of an existing live template? There used to be a copy button to allow this, but it seems to have been removed when the live template editor went non-modal.Thanks.