You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid Trim().Length as empty check and ToLowerInvariant() in string comparison (#1567)
* Trim().Length replaced with IsNullOrWhiteSpace
* StartsWith and Equals ordinal where applicable
* Get rid of ToLowerInvariant calls where applicable
* Hbm2DDLKeyWords ignore case comparision
0 commit comments