api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

C# signatures for new operators

Open nickwalkmsft opened this issue 1 year ago • 5 comments

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.

nickwalkmsft avatar Sep 25 '24 16:09 nickwalkmsft