Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# signatures for new operators #711

Closed

Conversation

nickwalkmsft
Copy link
Collaborator

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.

Implement correct C# method signature output for the newer operators
that currently aren't implemented: unsigned right shift and all of the
checked operators.
@huangmin-ms huangmin-ms changed the base branch from main to develop September 25, 2024 07:23
@huangmin-ms
Copy link
Collaborator

@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
Copy link
Collaborator Author

Obsoleted by #713.

@nickwalkmsft nickwalkmsft deleted the nickwalk/newoperators branch September 25, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants