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

Add Using doesn't work for attributes in the interactive window #6691

Closed
rchande opened this issue Nov 10, 2015 · 1 comment
Closed

Add Using doesn't work for attributes in the interactive window #6691

rchande opened this issue Nov 10, 2015 · 1 comment
Labels
Area-Interactive Bug Interactive-ScriptingIDE Resolution-Duplicate The described behavior is tracked in another issue

Comments

@rchande
Copy link
Contributor

rchande commented Nov 10, 2015

. #r "C:\roslyn-internal\open\binaries\debug\xunit.assert.dll"
. #r "C:\roslyn-internal\open\binaries\debug\xunit.core.dll"
. 
> class C
. {
.     [Fact]
.     void foo()
.     {
.     }
. }

Can't add using on Fact, qualifying it as "Xunit.Fact" manually results in no errors.

@amcasey amcasey added Bug Resolution-Duplicate The described behavior is tracked in another issue Interactive-ScriptingIDE labels Nov 10, 2015
@amcasey
Copy link
Member

amcasey commented Nov 10, 2015

Dup of #6587.

@amcasey amcasey closed this as completed Nov 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Interactive Bug Interactive-ScriptingIDE Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

2 participants