Exclude more C# stdlib from Visual Script to reduce clobber

This commit is contained in:
2026-06-30 09:59:09 +02:00
parent d005a5023e
commit 1b954a1edc
@@ -39,8 +39,16 @@ namespace FlaxEditor.Surface
{
"Newtonsoft.Json.",
"System.Array",
"System.ComponentModel.",
"System.Linq.Expressions.",
"System.Reflection.",
"System.Runtime.CompilerServices.",
"System.Runtime.InteropServices.",
"System.Runtime.Intrinsics.",
"System.Security.",
"System.Text.",
"System.Xml.",
"MS.",
};
private static NodesCache _nodesCache = new NodesCache(IterateNodesCache);