Cannot find overload for a static function from a .NET nuget

Hey there,

I’m attempting to properly wrap the prometheus-net library. I would like to make use of the static SuppressDefaultMetrics(SuppressDefaultMetricOptions options) function, but the node browser only offers the version without parameters.

Here’s that function definition in the source :

And here’s what the node browser offers : no overload!

I could revert to doing that in C#, but was wondering why that particular flavor of the function does not show up.

Thanks!

A-ha! Disabling When in doubt show pin choices in the settings then gives access to the overload!

ShowPinChoices

Not really sure I understand what this setting does to be honest, it says :

Overloads: focus on the differences between node signatures (the pins)

But then, if enabling it indeed focuses on the differences between signatures, why did it hide the other signature? What does “focus” mean here? As opposed to what?

Can anyone clarify what this does? My current understanding is that if I can’t find something I try to turn it on/off and see if it magically appears 🙃

Thanks!

2 Likes

I’ve fallen into this trap before. It feels as though this option needs to be either fixed or removed. Since then, I’ve been working with the option disabled.

Hey! Anyone from the devvvvs could shed some light there please?

Thanks!