New:
ld) 'MathF.Cosh(float)' must be used in an unsafe context because it is marked as 'RequiresUnsafe' or 'extern'
Old:
Pointers and fixed size buffers may only be used in an unsafe context
I think the first phrasing is awkward and the second is better. I also don’t like “marked RequiresUnsafe or extern”
- We don’t use RequiresUnsafe anymore
- Within an assembly we know which it is and could just say that. For assembly references we could keep the current wording or just “unsafe”, since they all look the same.
New:
Old:
I think the first phrasing is awkward and the second is better. I also don’t like “marked RequiresUnsafe or extern”