Fix S2068 AD0001: Overflow exception when a configuration file value is a number greater than Int32.MaxValue #8310
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Type: Bug
Exceptions and blocking issues during analysis.
Milestone
Reported by community post.
Description
S2068 raises an AD0001 if one of the configuration values is a number that does not fit in a 32-bit Integer.
Repro steps
Analyze a project with a configuration file
AppSetting.json
like so:The text was updated successfully, but these errors were encountered: