Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f2be140

Browse files
author
N. Taylor Mullen
committed
Add all the assembly names to the dispatch argument list.
#68
1 parent fe75584 commit f2be140

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Microsoft.AspNetCore.Razor.Tools/Internal/ResolveTagHelpersDispatchCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ protected override int OnExecute()
6161
var dispatchArgs = new List<string>
6262
{
6363
CommandName,
64-
AssemblyNamesArgument.Value,
6564
};
6665

66+
dispatchArgs.AddRange(AssemblyNamesArgument.Values);
67+
6768
if (ProtocolOption.HasValue())
6869
{
6970
dispatchArgs.Add("--protocol");

0 commit comments

Comments
 (0)