Background and motivation
I'm trying to access an internal property of a library I'm using and wanted to use the UnsafeAccessor attributes for simplicity but it doesn't work when the property is a struct.
API Proposal
Add support for ValueTypes. Minimal repo is at https://github.com/almightyju/dotnet-unsafeaccessortype
API Usage
Usage would be exactly the same as current
Alternative Designs
No response
Risks
No response