Akinori Katsuyama
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to generate labels on Switch expressions at C# 8.0, like on switch statement at previous C#
How do I generate labels on switch expressions by ReSharper. I can on switch statement. I can generate -> switch(type) { ... } I cannot generate -> type switch { ... } -
Created I need to re-build to run unit test code.
I need to re-build to run unit test code every time except I don't change source code. If not, no items come up on Unit Test Session. So I'm annoying by this to run unit test. Please help me to fix...