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

Can't add an 'assembly reference' to the workspace #77

Open
ashleydavis opened this issue Oct 1, 2015 · 1 comment
Open

Can't add an 'assembly reference' to the workspace #77

ashleydavis opened this issue Oct 1, 2015 · 1 comment

Comments

@ashleydavis
Copy link

I've installed CShell (it's very nice thank you).

I wanted to use it to explore Deedle.

So I created a new workspace. I installed Deedle into the workspace using nuget:

nuget install deedle

I then used the 'Workspace' menu 'Add Reference from File' and selected the Deedle assembly.

This didn't appear to change anything in the workspace.

I can't import the Deedle name space in the interactive window:

using Deedle;

I get the following error:

(1,8): error CS0246: The type or namespace name `Deedle' could not be found. Are you missing an assembly reference?

I wondered if Deedle was the problem so I installed and referenced Newtonsoft.Json and it worked fine.

So there is something wierd about about the Deedle assembly that makes CShell fail silently.

Any ideas why this might be?

Can you think of any workaround so I can get Deedle loaded and start exploring it?

An extra bit of information: Deedle is written in F#. Maybe this is the reason CShell won't load it. It is supposed to be usable from C# thought.

@ashleydavis
Copy link
Author

I've built CShell from latest code in github. The latest code fixes this problem.

I was able to make a reference to Deedle. I also had to add a reference to FSharp.Core which is a dependency of Deedle. Now I can use Deedle in CShell.

Please close this issue when you have released a new version of CShell.

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

No branches or pull requests

1 participant