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

CS0246 The type or namespace name 'BridgeVs' could not be found (Press F4 to check imported namespaces) #68

Open
nandaccio opened this issue Aug 15, 2019 · 0 comments

Comments

@nandaccio
Copy link

I'm using LINQBridgeVs with Visual Studio 2017 and LinqPad 5.40beta and Linqpad is invoked as expected from VS, but this is what I get then:

2019-08-15 15_11_29-Window

void Main()
{ 
	Truck.ReceiveCargo("21ce8237-ebb2-48b0-a313-3aa9e43ccfd1",  SerializationOption.BinarySerializer, typeof(List<String>)).Dump("List<String>", 2);
}

when I try to see the content of a List:
var languages = GetSelectedLanguages();

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

No branches or pull requests

1 participant