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 :

Questions :
- Why do I have to add a dependency to
System.Runtime? Shouldn’tDateTime.TryParseExactbe there already in theDateTimecategory? - Why is its icon grey and not green in the node browser, since it comes from a dependency?
Thanks in advance!
