❔ VS 2022 debugger ArgumentNullException not showing ParamName in quick info tooltip
This is mostly a QoL problem. I'm not sure if it's a bug or a problem with my configuration.
Visual Studio is not showing the actual problematic parameter in the quick info. Instead I get
Arg_ParamName_Name
6 Replies
After I check the exception details, the param name is there
Is there anything I can do to show things like these in the quick info and not have to look into details?
there's only one thing that can be null there
Rectangle
is a struct, can't be null. Color
is an enum, can't be null
so it's the Texture
Would it be different in a different case where multiple nulls parameters would be possible?
maybe?
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.