8000 Non-assembly references · Issue #4 · atifaziz/LinqPadless · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Non-assembly references #4
Open
@atifaziz

Description

@atifaziz

LINQPad allows non-assembly to be referenced and later used as an ordinary by getting its path via Util.GetFullPath. LINQPadless assumes that all references are assemblies and passed them on to C# Interactive that later chokes at run-time with a CS0009 error along the lines of:

test.csx(1,1): error CS0009: Metadata file 'A:\foobar.txt' could not be opened -- PE image doesn't contain managed metadata.

LINQPadless should fail to compile queries with such references.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0