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

Usings should not propagate into or out of #loaded scripts #5423

Closed
amcasey opened this issue Sep 24, 2015 · 3 comments
Closed

Usings should not propagate into or out of #loaded scripts #5423

amcasey opened this issue Sep 24, 2015 · 3 comments
Labels
Area-Interactive Bug Interactive-ScriptingLogic Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verified
Milestone

Comments

@amcasey
Copy link
Member

amcasey commented Sep 24, 2015

Script.csx:

using System.IO;
/* System.Text is not in scope here */

Interactive:

using System.Text;
#load "script.csx"
/* System.IO is not in scope here */
@amcasey
Copy link
Member Author

amcasey commented Sep 24, 2015

See tests tagged with this issue.

@amcasey
Copy link
Member Author

amcasey commented Sep 25, 2015

amcasey added a commit to amcasey/roslyn that referenced this issue Sep 29, 2015
amcasey added a commit to amcasey/roslyn that referenced this issue Oct 13, 2015
@amcasey
Copy link
Member Author

amcasey commented Mar 16, 2016

@genlu Can you please verify this?

@amcasey amcasey assigned genlu and unassigned amcasey Mar 16, 2016
@genlu genlu added Verified Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented labels Mar 16, 2016
@genlu genlu removed their assignment Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interactive Bug Interactive-ScriptingLogic Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verified
Projects
None yet
Development

No branches or pull requests

3 participants