CommunityToolkit / dotnet

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
https://docs.microsoft.com/dotnet/communitytoolkit/?WT.mc_id=dotnet-0000-bramin
Other
2.99k stars 294 forks source link

Fix IBufferWriterExtensions Write for unmanaged types #799

Closed pziezio closed 1 month ago

pziezio commented 10 months ago

Closes #798

Fixes extension method and adds a test to ensure a correct bahavior.

PR Checklist