Cannot create DateTime.TryParseExact node

Hey there,

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 :

tryparseexact

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?

Thanks in advance!

Noticed a similar problem using System Rectangles. The Node browser isn’t showing any of my GE nodes.

It works when using a different “navigation path”.
TPE

Eh, that’ll do for now, thanks @bjoern :-)

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 :-)

Cross referencing Node browser improvements for reference.

tounixtimems