mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-13 08:31:19 +00:00
[csharp] Collections options tests, fix model using directive
This commit is contained in:
@@ -42,6 +42,10 @@ public class CSharpClientOptionsTest extends AbstractOptionsTest {
|
||||
times = 1;
|
||||
clientCodegen.setPackageGuid(CSharpClientOptionsProvider.PACKAGE_GUID_VALUE);
|
||||
times = 1;
|
||||
clientCodegen.setUseCollection(false);
|
||||
times = 1;
|
||||
clientCodegen.setReturnICollection(false);
|
||||
times = 1;
|
||||
}};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user