aspnet / RazorTooling

Razor tooling for Visual Studio 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `-protocol` command line argument.

NTaylorMullen opened this issue · comments

Today there's two commands that can be executed via the command line.

  • resolve-protocol
  • resolve-taghelpers

However, resolve-taghelpers can also take in a protocol argument to re-resolve the protocol. This isn't needed and should be removed. On removing it we should barf in the case that an invalid Protocol is provided.

/cc @Eilon @danroth27 it'd be good to clean this up for rc2 (not a large change).

Talked with @Eilon in person.