Go Yamada

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Go Yamada created a post, ItemNotNullAttribute has problems?
Hi, I'd like to comfirm that ItemNotNullAttrbute still has problems of null-cheking. https://youtrack.jetbrains.com/issue/RSRP-466093 https://youtrack.jetbrains.com/issue/RSRP-462951 If so, I hav... -
-
Go Yamada created a post, How to add NotNullAttribulte to elements in XAML
Hi, How can I add NotNullAttribute to elements in XAML. Here is a psudo code. *** XAML ***<Window x:Class="MyWindow" ...> .... <Button x:Name="btnOK">OK</Button> ...</Window>*** CS ***publ... -
Go Yamada commented, -
-
Go Yamada created a post, CompletedMarker bar for the default code file of a new project is hidden
VS2012 + ReSharper 2018.2.3 1. Open a solution. 2. Add a new project (for instance ClassLibrary1). Marker bar for the defalut code file (in this case Class1.cs) is hidden. Is this a bug?