Skip to content

Issues with Globals Type in .NET Core 2.0 intellisense #162

@filipw

Description

@filipw

Repro steps:

Just access a property of the globals object:

#! "netcoreapp2.0"
var x = Args.FirstOrDefault();

Expected Result

No Error.

Actual Result

screen shot 2017-11-02 at 14 28 21

Note that Linq itself works correctly. For example, the following code works fine:

#! "netcoreapp2.0"
var x = new List<string> {"a"};
var y = x.FirstOrDefault();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions