dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Update System.Formats.Nrbf.NrbfDecoder(byte[]) to accept ReadOnlySpan<byte> instead

Open adamsitnik opened this issue 1 year ago • 1 comments

I've noticed while reviewing https://github.com/dotnet/dotnet-api-docs/pull/10168 that we need to reflect the changes from https://github.com/dotnet/runtime/pull/103636 in the docs

adamsitnik avatar Jul 29 '24 17:07 adamsitnik

Tagging subscribers to this area: @dotnet/area-system-runtime

This has been updated: https://learn.microsoft.com/en-us/dotnet/api/system.formats.nrbf.nrbfdecoder.startswithpayloadheader?view=net-8.0#system-formats-nrbf-nrbfdecoder-startswithpayloadheader(system-readonlyspan((system-byte)))

gewarren avatar Oct 18 '24 19:10 gewarren