Uh oh!
There was an error while loading. Please reload this page.
Added new snippets. - #196
Conversation
Snippets use string.IsNullOrWhiteSpace() instead of string.IsNullOrEmpty.
Sam Harwell (sharwell)
commented
Aug 8, 2015
💡 If you add new snippets, you should add their shortcuts to shortcuts.txt (in the same folder). They will also need to be added to the 📝 This pull request does not supersede (or conflict with) #193. 💭 I am leaning slightly towards #193 (which changes |
There was a problem hiding this comment.
💡 You could change this to your name instead. 😄
Dennis (Dennis-Petrov)
commented
Aug 10, 2015
Thanks, I'll fix shorcuts.txt/WiX script a little later. Concerning performance, these snippets, of course, are not replacement for |
Snippets use string.IsNullOrWhiteSpace() instead of
string.IsNullOrEmpty, as proposed in #190.