An error occurred while fetching the assigned milestone of the selected merge_request.
This issue appears while running export_generator.sh csharp-netcore-functions
Error: Exception in thread "main" java.lang.IllegalStateException: Duplicated options! generateBody and generateBody
at org.openapitools.codegen.cmd.ConfigHelp.lambda$generateMdConfigOptions$0(ConfigHelp.java:174)
at java.util.Map.merge(Map.java:1175)
at java.util.stream.Collectors.lambda$toMap$58(Collectors.java:1320)
at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1384)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:566)
at org.openapitools.codegen.cmd.ConfigHelp.generateMdConfigOptions(ConfigHelp.java:173)
at org.openapitools.codegen.cmd.ConfigHelp.generateMarkdownHelp(ConfigHelp.java:360)
at org.openapitools.codegen.cmd.ConfigHelp.execute(ConfigHelp.java:127)
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
PR checklist
-
Read the contribution guidelines. -
Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how to validate the work. Missing information here may result in delayed response from the community. -
Run the following to build the project and update samples: ./mvnw clean package ./bin/generate-samples.sh ./bin/utils/export_docs_generators.sh
./bin/generate-samples.sh bin/configs/java*
. For Windows users, please run the script in Git BASH. -
File the PR against the correct branch: master
(5.3.0),6.0.x
-
If your PR is targeting a particular programming language, @mention the technical committee members, so they are more likely to review the pull request.
Activity
added Issue: Bug Server: C-Sharp labels
changed milestone to %6.0.0
Please register or sign in to reply