Closed jonaslagoni closed 3 months ago
The following configuration is not possible:
{ "$schema": "https://raw.githubusercontent.com/the-codegen-project/cli/main/schemas/configuration-schema-0.json", "inputType": "asyncapi", "inputPath": "../asyncapi.json", "language": "csharp", "generators": [ { "preset": "payloads", "outputPath": "__gen__/payloads/newtonsoft", "serializationType": "json", "serializationLibrary": "newtonsoft", "namespace": "The.Codegen.Project.Newtonsoft" }, { "preset": "payloads", "outputPath": "__gen__/payloads/json", "serializationType": "json", "serializationLibrary": "json", "namespace": "The.Codegen.Project.Json" } ] }
The following configuration is not possible: