William Cheng
39a3bfa181
update c# samples
2026-01-27 00:25:40 +08:00
devhl-labs
8cd3ea2457
added xml comments and restrict some access ( #22796 )
2026-01-26 23:58:31 +08:00
Martin Tomašovič
a4985cad28
[csharp][generichost] Add HTTP client name to fix client duplicity ( #22118 )
...
* Add HTTP client name to fix client duplicity
* Fix samples
2026-01-26 23:57:32 +08:00
Bruno Coelho
17b77909d9
[dotnet] update samples ( #22803 )
2026-01-25 09:40:22 +00:00
Artur Wolf
761cb777f6
Repaired partial_header include for generator csharp ( #22442 )
2026-01-24 23:56:36 +08:00
Erwin de Haan
29befb95d2
Make TokenProvider not contain state so subclassing actually works correctly with JIT requested tokens (for long lived ApiClients) ( #22233 )
2026-01-22 18:44:38 +08:00
Erwin de Haan
3f9465edcb
Support multi targetting ( #22234 )
2026-01-22 18:41:07 +08:00
William Cheng
2c463d9167
update C# samples
2026-01-22 17:15:29 +08:00
Erwin de Haan
5cffc45428
C# GenericHost support multiple accept headers and allow access to HttpContentHeaders on response ( #22232 )
...
* Add support for other Accept header values or full arrays when multiple options are present.
* Expose ContentHeaders on ApiResponse, to access ContentDisposition for example with file downloads.
* Update samples and documentation
* Fix build warning in samples
2026-01-22 16:48:03 +08:00
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
Alec Petersen
17f2e4634c
[REQ][CSHARP] Make TokenProvider abstract method GetAsync protected for override ( #22615 )
...
* Make GetAsync protected internal so external inheritors can override it
* Remove non-zero token length requirement to allow more flexibility for token providers
* Update samples
2026-01-12 13:46:03 +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
macmanad
a144678459
[csharp][generichost] Fix format string parameter ( #22282 ) ( #22283 )
...
* [csharp][generichost] Fix format string parameter (#22282 )
* Update samples
2025-11-08 21:54:42 +08:00
Lars van Leeuwen
93d7821281
Patch dependencies ( #22262 )
2025-10-31 22:08:58 +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
Martin Tomašovič
7c000687e4
[csharp][generichost] Fix DateOnly parsing ( #22099 )
...
* Fix DateOnly parsing
* update samples
2025-10-18 14:58:36 +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 31299af0fc .
* prepare 7.17.0-SNAPSHOT
* update doc, samples
2025-09-28 17:25:13 +08:00
William Cheng
6e089f5f03
Support normalizing anyof/oneof enum constraints to a single enum ( #21917 )
...
* Support normalizing anyof/oneof enum constraints to a single enum
* Add SIMPLIFY_ONEOF_ANYOF_ENUM to the documentation
* Process referenced schemas with oneof/enum as well
* Implement referenced enum merging from oneof/anyof
* Implement retaining the enum description as x-enum-desriptions for oneof enum
* Update samples and docs with oneOf enum normalization
* update samples to fix python tests
* fix test file name
* fix incorrect filename
---------
Co-authored-by: Pieter Bos <pieter.bos@nedap.com >
2025-09-07 17:36:02 +08:00
Mattias Sehlstedt
fde017150e
[C#] Fixes array TypeDeclaration parsing order to fix deep aliases ( #21600 )
...
* Adjust array TypeDeclaration parsing order to fix deep inline aliases
* Update samples
2025-09-04 00:58: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
devhl-labs
f6eeb01895
[csharp] Fixed any of inline enum ( #21764 )
...
* fixed composed any of
* fixed composed any of
* fixed spacing
2025-08-22 15:35:07 +08:00
William Cheng
bfc989c6ab
update samples
2025-08-12 16:51:45 +08:00
Alec Petersen
4b88cf8243
[REQ][CSHARP][GENERICHOST] Support stream for binary response ( #21677 )
...
* Add ContentStream property to ApiResponse
* Add a constructor which sets ContentStream
* Create and use a memory stream for binary model types
* Remove extra space
* Update samples
* Add {{nrt?}} to support older versions
* Remove public modifier for interface property
2025-08-11 15:47:12 +08:00
Alec Petersen
3e577d58c3
[BUG][CSHARP][GENERICHOST] Write enum values in expected JSON format ( #21698 )
...
* Use ValueConverter method for enums to output in the correct JSON format
* Fix doc comment
* Update samples
* Call ToString on return value of converter
* Update samples
* Update samples
* Add test
2025-08-09 12:11:02 +08:00
devhl-labs
f6de5b71dc
[csharp] Fix composed enum handling ( #21690 )
...
* composed enums
* revert sample changes
* add new sample due to HttpClient library not working with the new models
* added to appveyor
* build samples again
2025-08-05 11:33:50 +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
devhl-labs
dfc66e34aa
[csharp][generichost] Verify net9 samples up to date ( #21637 )
...
* verify net9 samples up to date
* verify net9 samples up to date
* remove erroneous files
* use different logic to delete directories
2025-07-28 10:56:24 +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
devhl-labs
fbd94d5fbb
removed duplicate service registration ( #21395 )
2025-06-08 23:09:26 +08:00
William Cheng
bce88c93ba
update swagger pareer to 2.1.28 ( #21325 )
2025-06-02 15:33:27 +08:00
devhl-labs
a428cff3f4
[csharp][generichost] Updated docs ( #21357 )
...
* updated docs
* updated docs
* updated docs
2025-06-01 18:10:08 +08:00
devhl-labs
a891876ea9
fixed token availablity ( #21326 )
2025-05-25 13:48:49 +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
56fe7e3286
[csharp] Fixed duplicate property names ( #21206 )
...
* fixed duplicate property names
* discard samples
* discard samples
* added new sample
2025-05-04 22:29:12 +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
devhl-labs
ffefebdd88
[csharp] Process webhook operations ( #21082 )
...
* process webhook operations
* process webhook operations
* build samples
2025-04-16 16:30:53 +08:00
devhl-labs
ca1f02500f
fixed subpath bug ( #21081 )
2025-04-13 18:50:26 +08:00
devhl-labs
550e31775d
[csharp][generichost] Fixed subpath ( #20896 )
...
* fixed path
* reverted part of change
2025-03-24 15:47:07 +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
8756ff7596
update samples
2025-03-23 21:50:11 +08:00
Jan van Rhijn
2ec6b53dfa
Fix issue with nullable values not validated when value is null Bug: 20525 ( #20549 )
...
* Do not check for token type null
* Update docs
* Fix CS8957 Target-Typed Conditional Expression
* Update samples
* Fix compile errors
* Update docs
---------
Co-authored-by: Jan van Rhijn <jan.vanrhijn1@akzonobel.com >
2025-03-23 21:45:15 +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
Fabian Buchenberger
5581a2dd2c
[csharp][generichost] fix syslib1045, use GeneratedRegex for .net7+ ( #20695 )
...
* [csharp][generichost] fix SYSLIB1045 for ClientUtils
* make JsonRegex private
* on net7 and above use GeneratedRegex for JsonRegex
* remove unused SanitizeFilename-Method
* [csharp][generichost] regenerate samples
2025-02-26 16:07:43 +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