You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calling semantics of the MemoryMarshal.Write function change in .Net 8+. In .Net 8+ the "value" parameter is defined as in not ref. The compiler will emit warnings if compiled for .Net 8+, such as when PR #610 is approved and merged. This fix addresses this issue, and does not harm current code.
Thank you for reviewing and merging the PR, #612 .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I'm notifying of a future-fix, PR #612 .
Calling semantics of the MemoryMarshal.Write function change in .Net 8+. In .Net 8+ the "value" parameter is defined as
innotref. The compiler will emit warnings if compiled for .Net 8+, such as when PR #610 is approved and merged. This fix addresses this issue, and does not harm current code.Thank you for reviewing and merging the PR, #612 .
All reactions