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
When a method is called that has an overload accepting an IFormatInfo, flag it as an error if this overload is not used.
Code fixes:
Supply CultureInfo.InvariantCulture
If a FormatInfo is in scope, supply that
For ToString calls, if Libronix.Utility or Faithlife.Utility is referenced by the current project and an appropriate member of InvariantConvert is available, switch to it.
The text was updated successfully, but these errors were encountered:
When a method is called that has an overload accepting an IFormatInfo, flag it as an error if this overload is not used.
Code fixes:
CultureInfo.InvariantCulture
FormatInfo
is in scope, supply thatToString
calls, ifLibronix.Utility
orFaithlife.Utility
is referenced by the current project and an appropriate member ofInvariantConvert
is available, switch to it.The text was updated successfully, but these errors were encountered: