Skip to content

Is there support for equivalent of .csproj ImplicitUsings? Could it be added? #719

Description

@charring

I was debugging a compile error with a dotnet-script file and finally realized there was a missing using.
The program worked in a cs project and I then remembered that the default is now

<ImplicitUsings>enable</ImplicitUsings>

That would be a nice to have feature in dotnet-script. Or perhaps it's there and I don't know how to set it.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions