Sorry, I read your question too quickly. Can you file a ticket on swagger-codegen directly with the question?
From: <[email protected]> on behalf of Andrew Thomas <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, 24 July 2017 at 11:39 To: Swagger <[email protected]> Subject: Re: How can I deserialize csharp to ObservableCollection? I'm using swagger-codegen directly from the command line: java -jar swagger-codegen-cli-2.2.3.jar generate -i swagger.yaml -o tmp -l csharp -c config.json config.json looks like this: { "packageName": "NancyApi", "packageVersion": "1.0.0", "targetFramework": "v4.5", "generatePropertyChanged": true, "useCollection": true } Is there a better group for this type of question? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
