-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Priority: P3 - Nice to have
Tier: 4 - Polish
Effort: Small (2-3 hours)
Already In Codebase
- There are scalar extension methods for numeric types (int/long/float/double/decimal), bool, string, DateTime/Offset/TimeSpan, Guid, enums.
- There is currently no
byte/byte?support in runtime extensions or generator type mapping.
Goal
Add support for byte and byte? mapping.
Implementation notes
- Runtime:
- Add
GetByte/GetNullableByteandSetBytemethods (likely inNumericAttributeValueExtensions), usingCultureInfo.InvariantCulture.
- Add
- Generator:
- Add
bytetype mapping inTypeMappingStrategyResolver.
- Add
- Tests:
- Add generator verify tests covering byte and nullable byte.
Acceptance criteria
- Byte properties are mapped correctly and tested.
Metadata
Metadata
Assignees
Labels
No labels