Skip to content

provide hidden "replace explicit type with var" refactoring #3

Open
@tugberkugurlu

Description

@tugberkugurlu

Hint: It'll be difficult to know where it's safe to use var! e.g. Action<int> f = (i) => Console.WriteLine(i); cannot be replaced with var. Nor can "double x = 0;".

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