Azure / Azure/elastic-db-tools
Enable IFormatProvider CodeAnalysis rule and resolve issues
Open
- Dominant language
- C#
- Stars
- 147
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
We currently have CodeAnalysis rule CA1305 SpecifyIFormatProvider disabled. This means that we could potentially have lurking globalization bugs. This rule should be enabled and the associated warnings should be fixed (not suppressed). While we are there, the existing usages of CurrentCulture should be reviewed.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.