Closed xplicit closed 2 years ago
This commit fixes CA1304 warning during build. Also, it reduces number of allocations when comparing using lower register and improves performance by using OrdinalComparison where possible instead of culture-specific comparison.
This commit fixes CA1304 warning during build. Also, it reduces number of allocations when comparing using lower register and improves performance by using OrdinalComparison where possible instead of culture-specific comparison.