We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
sbyte, ushort, uint & ulong
This was mentioned at #37
The text was updated successfully, but these errors were encountered:
Implemented support for component field types: sbyte, ushort, uint, ulong
sbyte, ushort, uint, ulong
See commit: ac19ff9
Sorry, something went wrong.
Feature is part of release https://github.com/friflo/Friflo.Json.Fliox/releases/tag/engine-v1.24.0
friflo
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: