I need to use DateTime.TryParseExact in 5.0-535 (MSDN doc here).
As suggested by the documentation, I add a reference to System.Runtime via CTRL + SHIFT + E, then I can find the node in the nodebrowser but I cannot create it, see repro gif :
Questions :
Why do I have to add a dependency to System.Runtime ? Shouldn’t DateTime.TryParseExact be there already in the DateTime category?
Why is its icon grey and not green in the node browser, since it comes from a dependency?
Hey, bumping that topic since I ran into that issue again when looking for ToUnixTimeMilliseconds. My document has mscorlib referenced. Of course it works if I go to the DateTime UTC category first and then pick the node. But it’s not super convenient :-)