-
-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[csharp-netcore] Add null reference types and experimental http client library #9102
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] Add null reference types and experimental http client library #9102
Conversation
Pulling from source
merge from source
Merge master
merge source master branch
…bs/openapi-generator into httpclient-experimental
@wing328 Can i get some input here? I can move this back to the other branch if that helps. I've got some other changes to make but there's quite a bit here to see. |
@devhl-labs can you please PM me via Slack to further discuss this? Thanks again for the PR to improve the C# generators. |
Is this PR an obsolete alternative to #9235? |
Its a more involved rewrite of the csharp client and the null reference part was split out. We'll actually need to review that. |
Adding NRT option and templates for experimental library.
The commits between the verified commits should be undone by 5b7c5da. Sorry for this. My fork got a bit messy because my last pr was from my master, and I had my template files in httpclient instead of httpclient-experimental folder.
@wing328 @Blackclaws
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.1.x
,6.0.x