79764270

Date: 2025-09-14 11:31:58
Score: 0.5
Natty:
Report link

There is a (less safe) workaround as I described here:

https://stackoverflow.com/a/79763924/3809202

In your case it would work the following way, VB,NET-callers may also have to apply the Obsolete attribute:

<Obsolete("Allow ref structs", False)>
Public Sub GetData(data As System.Span(Of Byte)) 
    ...
End Sub
Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Whitelisted phrase (-1): In your case
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max