File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
modules/openapi-generator/src/main/resources/csharp-netcore Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ using Xunit;
11
11
using { {packageName} }.Client;
12
12
using { {packageName} }.{ {apiPackage} };
13
13
{ {#hasImport} }
14
- using { {packageName} }.{ {modelPackage} };
14
+ // uncomment below to import models
15
+ //using { {packageName} }.{ {modelPackage} };
15
16
{ {/hasImport} }
16
17
17
- namespace { {packageName} }.Test
18
+ namespace { {packageName} }.Test.Api
18
19
{
19
20
/// < summary>
20
21
/// Class for testing {{classname} }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ using Newtonsoft.Json;
14
14
15
15
{ {#models} }
16
16
{ {#model} }
17
- namespace { {packageName} }.Test
17
+ namespace { {packageName} }.Test.Model
18
18
{
19
19
/// < summary>
20
20
/// Class for testing {{classname} }
You can’t perform that action at this time.
0 commit comments