Why TextBox.Text.Split(new char[1]{':'}Simplified toTextBox.Text.Split([':']Rather thanTextBox.Text.Split(':'
Why TextBox.Text.Split(new char[1]{':'}Simplified toTextBox.Text.Split([':']Rather thanTextBox.Text.Split(':'
Nowadays“Split”Support for individual characters is already available.
Please sign in to leave a comment.
1003705691 could you clarify if you are using a Rider's refactorings or a third-party Roslyn analyzer fix (indicated by an icon below) to apply this change?