Skip to content

Controller View("viewname") DiagnosticAnalyzer and codefix #23

@wwwlicious

Description

@wwwlicious

Create a diagnosticanalyzer to look for usages of

public ActionResult Index()
{
  View("index")
}

and codefix to replace with

public ActionResult Index()
{
  View(Views.Index)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions