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

Add support for uint under the Number primitive. #38

Closed
4 tasks
tacosontitan opened this issue Apr 13, 2024 · 2 comments · Fixed by #31
Closed
4 tasks

Add support for uint under the Number primitive. #38

tacosontitan opened this issue Apr 13, 2024 · 2 comments · Fixed by #31
Labels
enhancement New feature or request help wanted Extra attention is needed needs information The issue or pull request needs more information before it is ready

Comments

@tacosontitan
Copy link
Owner

tacosontitan commented Apr 13, 2024

The Number primitive needs support for uint:

  • Implement IEquatable<uint>.
  • Implement IComparable<uint>.
  • Implement ISpanParsable<uint>.
  • Unit test coverage for the implementations.

Note: The unit test coverage for the IEquatable implementation will be contributed by the repo owner.

@tacosontitan tacosontitan added enhancement New feature or request help wanted Extra attention is needed labels Apr 13, 2024
@tacosontitan tacosontitan added this to the Primitives milestone Apr 13, 2024
@tacosontitan tacosontitan linked a pull request Apr 13, 2024 that will close this issue
11 tasks
@tacosontitan tacosontitan added the needs information The issue or pull request needs more information before it is ready label Apr 13, 2024
@tacosontitan
Copy link
Owner Author

This issue needs information on which interfaces are implemented by the BCL types to ensure consistency with .NET runtime.

@tacosontitan
Copy link
Owner Author

Currently being discussed in #43 .

@tacosontitan tacosontitan added this to the Initial Release milestone Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed needs information The issue or pull request needs more information before it is ready
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant