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 component fields of type: sbyte, ushort, uint & ulong #38

Closed
friflo opened this issue Mar 11, 2024 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@friflo
Copy link
Owner

friflo commented Mar 11, 2024

Currently only CLS compliant simply types are supported. See: Simple types

Non compliant CLS types are currently not supported.
These are: sbyte, ushort, uint & ulong.

This was mentioned at #37

@friflo friflo self-assigned this Mar 11, 2024
@friflo friflo added the enhancement New feature or request label Mar 11, 2024
@friflo
Copy link
Owner Author

friflo commented Mar 13, 2024

Implemented support for component field types: sbyte, ushort, uint, ulong

See commit: ac19ff9

@friflo friflo closed this as completed Mar 13, 2024
@friflo friflo reopened this Mar 13, 2024
@friflo
Copy link
Owner Author

friflo commented Mar 13, 2024

@friflo friflo closed this as completed Mar 13, 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
Projects
None yet
Development

No branches or pull requests

1 participant