api-doc-tools
api-doc-tools copied to clipboard
C# signatures for new operators
Work items:
- https://ceapex.visualstudio.com/Engineering/_workitems/edit/722484
- https://ceapex.visualstudio.com/Engineering/_workitems/edit/722491
Implement correct C# method signature output for the newer operators that currently aren't implemented: unsigned right shift and all of the checked operators.
Added unit tests and tested locally against the types mentioned in the work items (BigInteger and Int128).
As with #710, I was unable to get C++ tests running, but nothing in that codepath should be affected.