Added new snippets.#196
Added new snippets.#196Dennis-Petrov wants to merge 1 commit intomicrosoft:masterfrom Dennis-Petrov:master
Conversation
Snippets use string.IsNullOrWhiteSpace() instead of string.IsNullOrEmpty.
|
💡 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. 😄
|
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.