William Cheng
ac3c37095d
[C#][httpclient] Add tests for nonPublicApi option ( #21996 )
...
* add samples to test nonPublicApi option
* add option to test nonPublicApi
* update test
* update tests
2025-09-19 14:49:26 +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 2c816f89cbd6c4670aaf6e3387c88daadae6cbad.
* prepare 7.15.0 release
* update samples
2025-08-22 19:17:23 +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 5eb083e5ce1dd99659fadc03d7c6e809d3077af6.
* 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
66ff91a687
bumped dependency versions ( #21327 )
2025-05-25 13:48:17 +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 4b805ff6b7ac5bd2557555810357569fe2677311.
* 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
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
Jacob Ilsø
7f40ce0dd8
Use interfaces for Polly retry policies ( #20821 )
...
This enables use of ResiliencePipelineBuilder which returns the
interface when calling AsSyncPolicy / AsAsyncPolicy
2025-03-12 16:49:03 +08:00
William Cheng
a79aad8420
Prepare 7.13.0 ( #20758 )
...
* Revert "v7.12.0 release"
This reverts commit 073723cb4d41187f839fbb46565d109293fa22d7.
* 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 a7240eeefeedeefe7fc80ef22747dfc67e126324.
* 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