DamianEdwards / MinimalApis.Extensions

A set of extensions and helpers for working with ASP.NET Core Minimal APIs.
MIT License
298 stars 27 forks source link

Body<T> creates string with wrong length when it contains more than single-width chars #18

Closed DamianEdwards closed 2 years ago

DamianEdwards commented 2 years ago

Use this method instead: https://docs.microsoft.com/en-us/dotnet/api/system.text.encodingextensions.getstring?view=net-6.0