You are probably already thinking about this but I'll throw in my $0.02.
I have made a Scripts folder in my class library project where I keep work-in-progress code that is not ready to become a permanent class of the project. Right now in the editor, these .csx files are a sea of red underlines because the editor doesn't know the execution context for the code.
Is it possible to have the editor treat the code as running in the project's execution context (i.e. the context obtained from "Reset C# Interactive From Project")?
Alternatively, is there a way we can specify this context at the top of the .csx file?
Thanks,
Drew