v1.8.0
- Updated Fody to v6.8.0, which supports RVA field alignment
- Added warnings for unused locals
- Changed parameter of
IL.PushInRef
to useref readonly
instead ofin
, to make the reference usage stand out at the call site
IL.PushInRef
to use ref readonly
instead of in
, to make the reference usage stand out at the call site