William Cheng
9adfe986a3
Prepare v7.20.0 release ( #22738 )
...
* Revert "v7.19.0 release (#22732 )"
This reverts commit ff400e9a31 .
* prepare v7.20.0 release
* update samples
* update doc
2026-01-20 03:13:58 +08:00
William Cheng
23eff6672f
Prepare v7.19.0 snapshot ( #22569 )
...
* Revert "7.18.0 release (#22567 )"
This reverts commit 51228436e0 .
* prepare 7.19.0 snapshot
* update samples
* update doc
* fix date
2025-12-22 19:25:23 +08:00
devhl-labs
9779468cdc
[csharp] Add .net10 support ( #22562 )
...
* added .net10
* delete samples
* delete samples
* build samples again
* build samples again again
* fix pr gate
* update pr gate names
* dont build solution with no project file
* move samples
* move samples
2025-12-22 16:09:33 +08:00
William Cheng
f9d2b8b579
Prepare v7.18.0 release ( #22250 )
...
* Revert "v7.17.0 release (#22248 )"
This reverts commit 0120486e62 .
* prepare v7.18.0 release
* update samples
* update doc
2025-10-30 01:25:35 +08:00
William Cheng
63ddce0c1b
default REFACTOR_ALLOF_WITH_PROPERTIES_ONLY to true ( #22180 )
2025-10-20 11:39:09 +08:00
Mattias Sehlstedt
23a2aafe91
[CSHARP] Fix how the array type is set when using NULLABLE_REFERENCE_TYPES ( #22071 )
...
* Fix how the type is calculated for deep inline arrays
* Add list alias objects to petstore specification and regenerate samples
2025-10-18 14:58:08 +08:00
William Cheng
885ea07b17
Prepare 7.17.0 ( #22040 )
...
* Revert "v7.16.0 release"
This reverts commit 31299af0fcaafe6c3ab848320e230a00ce8ea9e5.
* prepare 7.17.0-SNAPSHOT
* update doc, samples
2025-09-28 17:25:13 +08:00
fkellner
efd06f5719
Fix bug in ModelUtils.getParentName resulting in wrong inner Models for oneOf-composed schemas ( #21799 )
...
* Test Cases for more than two oneOf-Options (both passing, but important to narrow down observed bug)
* fix language-specific tests broken by adding a third fruit to oneOf test
* create reproducer unit test for java client codegen
* fix typo in test yaml
* fix ModelUtils.getParentName returning name of first element in composed schema instead of null when there are multiple elements and it is not clear which one should be parent
* rename test yaml and added tests for clarity
* update samples
* update samples again
2025-09-02 15:26:26 +08:00
William Cheng
20be2decde
Prepare v7.16.0 release ( #21794 )
...
* Revert "v7.15.0 release (#21792 )"
This reverts commit 2c816f89cb .
* prepare 7.15.0 release
* update samples
2025-08-22 19:17:23 +08:00
William Cheng
e2652f1c62
update C# samples
2025-08-07 09:22:56 +08:00
devhl-labs
df1d562f24
[csharp] Ensure unique property names ( #21649 )
...
* started fixing multiple issues
* weather api builds
* added docstring
* ensure property names are unique
* force pr gates to restart
* force pr gates to restart
* force pr gates to restart
* force pr gates to restart
2025-08-04 01:31:55 +08:00
devhl-labs
302590a215
fix testing respone ( #21687 )
2025-08-04 00:47:46 +08:00
William Cheng
046be5dba1
Prepare 7.15.0 ( #21445 )
...
* Revert "v7.14.0 release (#21443 )"
This reverts commit 5eb083e5ce .
* prepare v7.15.0 snapshot
* update samples
* update readme
* update doc
2025-06-25 21:34:58 +08:00
William Cheng
bce88c93ba
update swagger pareer to 2.1.28 ( #21325 )
2025-06-02 15:33:27 +08:00
devhl-labs
41012588dd
ignore date length validation ( #21217 )
2025-05-05 15:06:22 +08:00
devhl-labs
f3af25b10c
fixed encoding ( #21207 )
2025-05-04 22:30:40 +08:00
William Cheng
dbf720c093
Prepare 7.14.0 release ( #21159 )
...
* Revert "v7.13.0 release (#21157 )"
This reverts commit 4b805ff6b7 .
* prepare v7.14.0 release
* update samples
2025-04-27 22:04:03 +08:00
William Cheng
35b94dff7a
[csharp] fix "Simplify 'default' expression (IDE0034)" messages ( #21147 )
...
* [csharp] reduce IDE0034 messages in generated code
* [csharp] regenerate all samples
---------
Co-authored-by: Fabian Buchenberger <37747351+ffabss@users.noreply.github.com >
2025-04-25 18:01:14 +08:00
Kai-Uwe Hüber
28daa68943
Check if enum_values exists in the serverUrl [csharp] ( #21122 )
...
* check if enum_values are existing
If no enum_values are given for in a serverUrl, the check must be ignored.
* update samples
---------
Co-authored-by: William Cheng <wing328hk@gmail.com >
2025-04-23 16:26:41 +08:00
Tobias
047ceeaa45
Add unity 2019 support and update samples ( #21036 )
2025-04-07 01:02:14 +08:00
devhl-labs
34c6c583cc
[csharp][generichost] Fixed string formatted as decimal ( #20894 )
...
* fixed string formatted as decimal
* build tests
2025-03-23 22:44:12 +08:00
William Cheng
a79aad8420
Prepare 7.13.0 ( #20758 )
...
* Revert "v7.12.0 release"
This reverts commit 073723cb4d .
* set version to v7.13.0-SNAPSHOT
* update samples
* update doc
2025-02-28 13:48:36 +08:00
mohamuni
07b5c5fc70
Handle query param encoding issues in .net9 ( #20651 )
2025-02-17 19:30:56 +08:00
William Cheng
61262e939a
[csharp] Fixed discriminator ( #20624 )
...
* fixed discriminator
* build samples
* minor refactors
* build samples
* replaced boolean with protected method
---------
Co-authored-by: devhl <shawnkanyer@gmail.com >
2025-02-09 22:32:17 +08:00
devhl-labs
01fa58a763
[csharp] Replaced property from allOf ( #20578 )
...
* replaced inherited property
* removed a comment
2025-02-09 21:43:50 +08:00
devhl-labs
3ee7886345
removed a model ( #20573 )
2025-02-02 14:00:32 +08:00
devhl-labs
f1c1567aa9
[csharp][generichost] Fixes de/serialization ( #20540 )
...
* fixed json serializer
* build samples
2025-01-26 22:18:11 +08:00
William Cheng
1fa07bf46c
Prepare 7.12.0 ( #20512 )
...
* Revert "v7.11.0 release (#20508 )"
This reverts commit a7240eeefe .
* prepare 7.12.0 snapshot version
* update samples
* update readme
2025-01-21 00:10:09 +08:00
William Cheng
9e66c4f516
Add more net9 samples ( #20491 )
...
* add restsharp net9 samples
* add httpclient net9 samples
* add unity net9 samples
* update workflow
* comment out unity test
2025-01-17 14:14:11 +08:00
William Cheng
25283d46a7
Fix typo in various generators, templates ( #20389 )
...
* fix typo in various generators, templates
* update samples
2024-12-30 18:52:18 +08:00
martin-mfg
d87a70dd93
update sample tests, fix Java tests ( #20300 )
...
* replace removed forkMode
* remove junit runner where it's not needed
* update samples without skipping test files, but skip files named "FILES"
* revert overwriting custom tests, add custom java tests to list
* add one sample to CircleCI, fix various Java tests
2024-12-15 17:09:58 +08:00
William Cheng
654f62ce3c
Prepare 7.11.0 ( #20130 )
...
* Revert "prepare 7.10.0 release (#20128 )"
This reverts commit 12dfe8fe74 .
* update to 7.11.0-SNAPSHOT, update samples
* update docs
2024-11-18 20:15:29 +08:00
Alec Petersen
bbccd2827f
Replace MaxTimeout usage with Timeout, update Timeout to be a TimeSpan type ( #19875 )
2024-11-09 14:07:13 +08:00
William Cheng
e2c458b9ea
Prepare 7.10.0 ( #19809 )
...
* Revert "prepare 7.9.0 release (#19808 )"
This reverts commit 4145000dfe .
* prepare 7.10.0 snapshot
* update doc
* update samples
2024-10-08 11:21:54 +08:00
devhl-labs
fb5e69f83a
[csharp][generichost] Fix invalid key name ( #19633 )
...
* fix invalid key name
* fix comment
2024-09-29 23:09:37 +08:00
Liri S
b4edca5ad4
Use multiline comments for examples in csharp generator ( #19079 )
...
* multi
* gen
2024-09-22 23:27:47 +08:00
William Cheng
91da2fd240
Prepare 7.9.0 snapshot ( #19386 )
...
* Revert "v7.8.0 release (#19385 )"
This reverts commit 6bdc452f92 .
* update samples for v7.9.0-snapshot
2024-08-19 16:14:51 +08:00
devhl-labs
aaeed0f5bd
use global keyword ( #19257 )
2024-08-04 17:55:57 +08:00
devhl-labs
2bc4a16af3
[csharp] Convert numbers to long when min/max is too big ( #19290 )
...
* convert numbers to long when min/max is too big
* handle exclusives
2024-08-04 17:50:54 +08:00
devhl-labs
755b2efee4
[csharp][generichost] Support response ranges ( #19256 )
...
* support response ranges
* revert unintended change
* update try deserialize methods
2024-07-29 16:33:27 +08:00
William Cheng
20cfce0b4a
Prepare v7.8.0 ( #19048 )
...
* Revert "v7.7.0 release"
This reverts commit f3dd32385e .
* prepare v7.8.0
* update readme
* update doc
* update samples
2024-07-02 16:45:53 +08:00
Ghufran Zahidi
3d93862c6d
OneOf should handle Inheritance based type ( #18892 )
2024-06-16 00:06:56 +08:00
Filipe Silva
7f34e11a7f
[csharp] Refactor anyOf model template ( #18901 )
...
* Refactor AnyOf model removed "this."
* Updated csharp samples
2024-06-11 18:43:27 +08:00
devhl-labs
91a1931bd9
[csharp][generichost] Add support for primitive composed ( #18825 )
...
* add support for primitive composed
* build samples again
* rebuild tests
* addressed comment
2024-06-04 12:38:53 +08:00
devhl-labs
ee3ff39225
fixed sorting ( #18706 )
2024-05-26 18:07:31 +08:00
William Cheng
741bf0c035
Prepare 7.7.0-SNAPSHOT ( #18709 )
...
* Revert "7.6.0 release"
This reverts commit d76f9d32d1 .
* prepare 7.7.0 snapshot in master
* update samples
2024-05-20 17:27:17 +08:00
Phellippe Lima
e36172090e
fix: ExampleGenerator for composed child schemas and array schemas ( #18479 )
...
* fix: ExampleGenerator for composed child schemas and array schemas correctly
* fix: refactor to remove code duplication
* fix: fixes test assertion encoding
* fix: adds doc to new method
2024-04-30 14:36:49 +08:00
William Cheng
a5d463d90f
made the HttpSigning method public to get the signed header. ( #18496 )
...
Co-authored-by: Ghufran Zahidi <18732053+Ghufz@users.noreply.github.com >
2024-04-25 16:08:57 +08:00
William Cheng
807250a430
Prepare 7.6.0 ( #18412 )
...
* Revert "v7.5.0 release"
This reverts commit 1eafe2aebf .
* update master to v7.6.0 snapshot
* update readme
* update samples
2024-04-17 19:05:37 +08:00
devhl-labs
d0f8468651
[csharp] Rename samples ( #18260 )
...
* renamed OpenAPIClient-httpclient to Petstore
* updated bin artifacts
* renamed OpenAPIClientCoreAndNet47 to MultipleFrameworks
* updated bin artifacts
* renamed OpenAPIClient-net47 to Petstore
* renamed OpenAPIClient-net48 to Petstore
* updated bin artifacts
* renamed OpenAPIClient-restsharp-name-parameter-mappings to ParameterMappings
* updated bin artifacts
* renamed OpenAPIClientCore to Petstore
* updated bin artifacts
* renamed OpenAPIClient-net7.0-useDateTimeForDate to UseDateTimeForDate
* updated bin artifacts
* renamed OpenAPIClient-net5.0 to EnumMappings
* updated bin artifacts
* renamed OpenAPIClient-ConditionalSerialization to ConditionalSerialization
* updated bin artifacts
* renamed OpenAPIClient to Petstore
* updated bin artifacts
* renamed OpenAPIClient-unityWebRequest to Petstore
* updated bin artifacts
* updated appveyor
* updated bin artifacts
* updated bin artifacts
* comenting out a sample project with no csproj file
* updated bin artifacts
2024-03-31 10:36:42 +08:00