I am trying to use ReadOnlySpan<T>
, for decoding purpose. (here is initial question).
Regarding Microsoft documentation, I may find it in System.Runtime.dll
I checked and foud it in folder C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.8\Facades
, but I still cannot use ReadOnlySpan.
Project is in .NET Framework 4.8
Is there something I am missing? Thanks