Skip to content

Make ScriptExecutor references methods virtual #1036

@lukebuehler

Description

@lukebuehler

When hosting scriptcs and using the ScriptExecutor it'd be nice to have a way to be notified if any assemblies or namespaces change.

I see two ways of doing this.

  1. Extending the IScriptExecutor interface to have an event or action that is called.
  2. Making all the AddReferences, RemoveReferences, etc methods virtual, so they can be overwritten with functionality that notifies.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions