Skip to content

Commit

Permalink
Fix NSwagCSharpCodeGenerator construction issue
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Jun 14, 2019
1 parent ecb05b8 commit b5d4e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public ICodeGenerator Create(
return new NSwagCSharpCodeGenerator(
inputFilePath,
defaultNamespace,
optionsFactory.Create<INSwagOptions, NSwagCSharpOptions>());
optionsFactory.Create<INSwagOptions, NSwagOptionsPage>());
break;

case SupportedCodeGenerator.Swagger:
Expand Down

0 comments on commit b5d4e39

Please sign in to comment.