TpsReader v0.3.1
TpsReader 0.3.1 makes typed-array access fully compatible with Native AOT.
Changes:
- Replace reflection-based
Array.CreateInstanceconversion with statically rooted converters for supported TPS value arrays. - Preserve checked numeric conversion for numeric and nullable numeric arrays.
- Preserve typed string, date, time, object, and raw GROUP byte-array access.
- Add broader typed-array test coverage.
- Treat Native AOT warning
IL3050as a release-blocking error.
Install the library:
dotnet add package TpsReader --version 0.3.1Install the cross-platform .NET tool:
dotnet tool install --global TpsReader.Tool --version 0.3.1The release also includes tps-v0.3.1-win-x64.zip, containing a self-contained native AOT tps.exe for 64-bit Windows.