Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align references / imports with CSI and Interactive #48

Closed
filipw opened this issue Jan 6, 2017 · 1 comment
Closed

Align references / imports with CSI and Interactive #48

filipw opened this issue Jan 6, 2017 · 1 comment
Assignees

Comments

@filipw
Copy link
Member

filipw commented Jan 6, 2017

This is what is used by both:

  • CSI
  • Interactive window

as "seed".

/r:System
/r:System.Core
/r:Microsoft.CSharp
/r:System.ValueTuple.dll  // this one is new in VS 2017
/u:System
/u:System.IO
/u:System.Collections.Generic
/u:System.Console
/u:System.Diagnostics
/u:System.Dynamic
/u:System.Linq
/u:System.Linq.Expressions
/u:System.Text
/u:System.Threading.Tasks

We should align the scripting experience to match this.

@filipw filipw self-assigned this Jan 6, 2017
@filipw
Copy link
Member Author

filipw commented Jan 6, 2017

I will apply the same in OmniSharp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant