forked from loafle/openapi-generator-original
fix model import for csharp
This commit is contained in:
@@ -54,6 +54,7 @@ public class CSharpClientCodegen extends DefaultCodegen implements CodegenConfig
|
||||
"Integer",
|
||||
"Long",
|
||||
"Float",
|
||||
"Stream", // not really a primitive, we include it to avoid model import
|
||||
"Object")
|
||||
);
|
||||
instantiationTypes.put("array", "List");
|
||||
|
||||
Reference in New Issue
Block a user