We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
when I try to see the content of a List:
var languages = GetSelectedLanguages();
The text was updated successfully, but these errors were encountered: