Replies: 1 comment
-
Redundant with #612 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
in
notref
. 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 .
Beta Was this translation helpful? Give feedback.
All reactions