See discussions here: #1036
-
Replace IScriptExecutor.Namespaces with IReadOnlyCollection<string> Namespaces { get; } (Possibly a breaking change if people add namespaces directly to this collection, but they shouldn't be anyhow)
-
make Import / Remove Namespaces methods virtual
Any input? Will prep PR
See discussions here: #1036
Replace
IScriptExecutor.NamespaceswithIReadOnlyCollection<string> Namespaces { get; }(Possibly a breaking change if people add namespaces directly to this collection, but they shouldn't be anyhow)make Import / Remove Namespaces methods virtual
Any input? Will prep PR