Skip to content

Commit

Permalink
change default array instance type for CSharpControllerGeneratorSetti…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteraritchie authored and RicoSuter committed Jan 17, 2020
1 parent d6251dc commit 856448f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public CSharpControllerGeneratorSettings()
{
ClassName = "{controller}";
CSharpGeneratorSettings.ArrayType = "System.Collections.Generic.List";
CSharpGeneratorSettings.ArrayInstanceType = "System.Collections.Generic.List",
ControllerStyle = CSharpControllerStyle.Partial;
ControllerTarget = CSharpControllerTarget.AspNetCore;
RouteNamingStrategy = CSharpControllerRouteNamingStrategy.None;
Expand Down

0 comments on commit 856448f

Please sign in to comment.