Skip to content

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

Description

@nandaccio

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();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions