adds the missing typeMapping for AnyType (#6199)

This commit is contained in:
Vikrant Balyan
2020-05-07 09:25:55 +05:30
committed by GitHub
parent 4beea9d90d
commit 9e8cc284e0

View File

@@ -138,6 +138,7 @@ public class CSharpNetCoreClientCodegen extends AbstractCSharpCodegen {
typeMapping.put("object", "Object");
typeMapping.put("UUID", "Guid");
typeMapping.put("URI", "string");
typeMapping.put("AnyType", "Object");
setSupportNullable(Boolean.TRUE);
hideGenerationTimestamp = Boolean.TRUE;