-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[csharp-netcore] Upgrade to System.Text.Json #11741
Conversation
merge upstream
merge upstream
Thanks for the PR. There some build failures: https://github.com/OpenAPITools/openapi-generator/runs/5353892524?check_suite_focus=true Please take a look when you've time. |
...i-generator/src/main/java/org/openapitools/codegen/languages/CSharpNetCoreClientCodegen.java
Show resolved
Hide resolved
I'd love to know how that commit means samples are not up to date. Something is broken there. edit - oh, it's python....
|
That's fixed in the master. It happens when we merge an old PR into master in which some new tests have been added to the test spec. |
Upgrading the generic host json library to System.Text.Json. Tested with anyOf, allOf, and oneOf schemas located at
modules\openapi-generator\src\test\resources\3_0
anyOf
allOf
oneOf
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*
.For Windows users, please run the script in Git BASH.
master
(5.3.0),6.0.x
@mandrean (2017/08) @frankyjuang (2019/09) @shibayan (2020/02) @Blackclaws (2021/03) @lucamazzanti (2021/05)