devhl-labs
2af661d5b0
used default cancellation token ( #15594 )
2023-05-22 12:53:18 +08:00
devhl-labs
4a5437968f
added OrDefault method ( #15551 )
2023-05-18 11:22:44 +08:00
William Cheng
1210229e36
Merge branch 'version-bump' of https://github.com/devhl-labs/openapi-generator
2023-05-16 17:20:52 +08:00
William Cheng
1c56b07634
update c# samples
2023-05-16 14:17:42 +08:00
devhl-labs
25620e7df8
removed extra line break ( #15507 )
2023-05-16 14:05:53 +08:00
devhl-labs
cc1226c0db
[csharp-netcore] Zero based inner enum sample ( #15506 )
...
* added to the sample
* build samples again
2023-05-16 14:05:17 +08:00
devhl-labs
fd20632ba1
[csharp] Changed enums to start from 0 ( #15503 )
...
* zero based enums
* changed locale
2023-05-14 16:35:54 +08:00
devhl-labs
977de5b324
moved deserialization to template ( #15474 )
2023-05-11 16:44:37 +08:00
William Cheng
0c3460f95b
Merge remote-tracking branch 'origin/master' into 7.0.x
2023-05-10 15:00:56 +08:00
Tiffany Marrel
f9937e77d6
[csharp C#] cleanup documentation ( #15305 )
...
* [C# csharp] fix documentation of API authorization in README files
fix hierarchy level + add internal links + align wording across generators
* [C# csharp] fix anchor links in documentation
2023-05-10 14:11:43 +08:00
William Cheng
3cf646cda8
[csharp-netcore] fix back slash in regex ( #15441 )
...
* fix back slash in regex (csharp-netcore)
* undo add pattern test
* update shasum
2023-05-09 13:52:46 +08:00
devhl-labs
7bc10b03d0
[csharp-netcore][generichost] Move deserialization to method ( #15454 )
...
* removed extra line break
* moved deserialization to method
2023-05-09 13:47:15 +08:00
devhl-labs
c6b31a3e08
removed extra line break ( #15438 )
2023-05-08 09:54:34 +08:00
William Cheng
cc620d8ba2
fix incorrect mustache tag ( #15424 )
2023-05-05 16:15:53 +08:00
William Cheng
7259d812bd
[csharp-netcore] Better handling of oneOf/anyOf with duplicated data type ( #15377 )
...
* better handling of oneOf/anyOf with duplicated data type
* update generichost template
* remove newline in eof
* bug fix (#15413 )
---------
Co-authored-by: devhl-labs <shawnkanyer@gmail.com >
2023-05-05 14:25:45 +08:00
William Cheng
182240ea1d
[csharp-netcore] Better regular expression ( #15378 )
...
* do not escape regular expression in c#
* update samples
* better code format
2023-05-04 18:42:30 +08:00
William Cheng
935146d187
Merge remote-tracking branch 'origin/master' into 7.0.x
2023-04-12 17:51:47 +08:00
devhl-labs
1e2f16ed69
[csharp-netcore] Explicitly implement IValidatableObject ( #15160 )
...
* explicit interface implementation
* minor spacing change
2023-04-10 11:20:48 +08:00
devhl
b57d35b744
bumped package versions
2023-04-09 19:27:47 -04:00
devhl-labs
3b11187200
made escaped regex be not literal strings ( #15107 )
2023-04-04 15:15:14 +08:00
William Cheng
5d1e18306a
Prepare 6.6.0-SNAPSHOT ( #15100 )
...
* set 6.6.0 snapshot version
* update samples
* update readme
2023-04-01 18:48:01 +08:00
William Cheng
7417432a54
Prepare 6.5.0 release ( #15099 )
...
* 6.5.0 release
* update samples
2023-04-01 15:03:35 +08:00
devhl-labs
c838b1d1f9
made default strings use string literal ( #15049 )
2023-04-01 10:36:10 +08:00
devhl-labs
ca757b703e
better handling of form parameters ( #15040 )
2023-03-25 15:08:20 +08:00
William Cheng
88da3649b2
[csharp-netcore] Add option skip generating getter for sub-schemas ( #15007 )
...
* add option skip generating getter for sub-schemas
* fix openapi-yaml
* update samples
* update samples
2023-03-21 22:41:29 +08:00
devhl-labs
d24ae6b27a
fixed bug ( #15006 )
2023-03-21 15:44:10 +08:00
William Cheng
e780d59352
add auto-generated api spec file ( #14994 )
2023-03-20 16:58:13 +08:00
devhl-labs
02b6248510
moved null checks ( #14980 )
2023-03-17 15:12:27 +08:00
devhl-labs
9787388f77
removed TryGet from deserialization methods ( #14974 )
2023-03-16 16:49:21 +08:00
devhl-labs
b6ccf078ef
fixed nrt bug ( #14973 )
2023-03-16 08:59:12 +08:00
devhl-labs
388147f822
suffixed variables with LocalVar to avoid conflicts ( #14958 )
2023-03-15 10:58:09 +08:00
devhl-labs
dc1386c134
better deserialization ( #14945 )
2023-03-14 11:40:40 +08:00
Mathias Dierickx
e52a9fd961
Add missing ConfigureAwaits for csharp-netcore generator ( #13664 )
2023-03-14 00:29:03 +08:00
devhl-labs
e9fed506b3
used the date format ( #14936 )
2023-03-13 15:25:29 +08:00
devhl-labs
8785acea7c
added samples for unsigned ( #14938 )
2023-03-13 15:24:45 +08:00
devhl-labs
3a940c93cc
[csharp-netcore][aspnetcore] Added examples ( #14927 )
...
* added examples
* added examples to aspnet
2023-03-12 15:07:54 +08:00
devhl-labs
2b7007b653
[csharp-netcore] Moved formats to separate file ( #14894 )
...
* add unsigned integer/long support to c# netcore client
* moved formats to separate file
* moved formats to cli options
* moved formats to cli options
* reverted unintended changes
* reverted unintended changes
---------
Co-authored-by: William Cheng <wing328hk@gmail.com >
2023-03-12 15:05:35 +08:00
Brahim Hadriche
f3960b2116
[v2] (RFC) Csharp netcore generator supports UnityWebRequest library ( #14870 )
...
* Base impl
* Improve Unity support
* update samples
* Sync bool property
* Update samples
* Set support file property
* Address comments
* Fix test asmdef
* Fixes for WebGL support
* Add note about Unity version
* Add Unity Sample
---------
Co-authored-by: William Cheng <wing328hk@gmail.com >
2023-03-10 14:17:50 +08:00
William Cheng
77dd4990a4
update C# client dep, update samples ( #14908 )
2023-03-09 11:05:59 +08:00
devhl-labs
2a9fb7b6e7
removed double encoding ( #14883 )
2023-03-05 10:09:57 +08:00
William Cheng
1beec7ef87
Merge remote-tracking branch 'origin' into 7.0.x
2023-03-03 21:52:50 +08:00
William Cheng
c50a775e0c
prepare 6.5.0 release ( #14749 )
2023-02-19 20:36:23 +08:00
William Cheng
93df0ff444
Prepare 6.4.0 release ( #14748 )
...
* prepare 6.4.0 release
* update samples
2023-02-19 18:53:20 +08:00
devhl-labs
b6e51b7a77
[csharp-netcore] Use scheme from base address ( #14685 )
...
* use scheme from base address
* removed unecessary null-forgiving operators
2023-02-15 23:47:33 +08:00
devhl-labs
7c57024e69
improved date de/serialization ( #14679 )
2023-02-15 23:46:48 +08:00
Beppe Catanese
68b944e6e6
Preserve order of securitySchemes ( #14536 )
...
* Remove alphabetical sort
* Update integration testing expectations
* Regenerate files
2023-02-10 22:20:19 +08:00
William Cheng
011982ab9c
[csharp-netcore] add tests for uuid string with pattern ( #14411 )
...
* add tests for uuid with pattern in csharp clients
* update samples
* update samples
* update
2023-02-08 20:54:56 +08:00
TORISOUP
7ca0b92944
[csharp-netcore] HttpClient/Set TimeoutException to inner exception in case of timeout ( #13862 )
...
* Changed to TimeoutException
* Handle timeout exceptions as inner exceptions.
* Corrected arguments for compatibility
2023-02-08 10:28:55 +08:00
devhl-labs
927bfa481f
Inline allOf parameters are always not required ( #14278 )
...
* fixed the issue
* added comment
2023-02-07 21:54:20 +08:00
devhl-labs
a3c0de935f
fixed format of Date serialization ( #14616 )
2023-02-04 15:09:33 +08:00