mono / api-doc-tools

.NET Reference API Toolchain
MIT License
68 stars 48 forks source link

C# signatures for new operators #711

Closed nickwalkmsft closed 1 month ago

nickwalkmsft commented 1 month ago

Work items:

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.

huangmin-ms commented 1 month ago

@nickwalkmsft Thanks Nick. I granted you write permission to this repo, could you accept the invitation and directly push to a branch and then create a PR? Because the forked PR won't trigger the CI pipeline due to the security reason. And also the target branch should be develop.

nickwalkmsft commented 1 month ago

Obsoleted by #713.