Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Debugging] decimal-s are treated as object rather than Number #19380

@mkArtakMSFT

Description

@mkArtakMSFT

In my complex type v10 is a decimal property, however in the Locals window it shows up as object (hence null by default):

        public decimal v10 { get; set; }
        public float v11 { get; set; }
        public double v12 { get; set; }

image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions