[csharp-netcore] Add unsigned integer/long support (#14885)

* add unsigned integer/long support to c# netcore client

* undo change in test spec, samples

* new test spec

* update doc
This commit is contained in:
William Cheng
2023-03-10 15:18:41 +08:00
committed by GitHub
parent c4b404dc2e
commit 140d941da2
11 changed files with 281 additions and 10 deletions

View File

@@ -98,6 +98,10 @@ These options may be applied as additional-properties (cli) or configOptions (pl
<li>long</li>
<li>long?</li>
<li>string</li>
<li>uint</li>
<li>uint?</li>
<li>ulong</li>
<li>ulong?</li>
</ul>
## RESERVED WORDS