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
There are many bugs which have been fixed since the last release. Notably, #817 and #888 are required to support reading/writing assemblies that use the CreateSpan helpers introduced in .NET 7. There is also support for other new language features, such as support for generic attributes (#871), and significant fixes like determinism hardening (#810).
See dotnet/runtime#81835 for context, where code that is instrumented for code coverage using an old cecil crashes due to alignment issues related to CreateSpan.
@jbevain would it be possible to release a new version soon?
The text was updated successfully, but these errors were encountered:
There are many bugs which have been fixed since the last release. Notably, #817 and #888 are required to support reading/writing assemblies that use the
CreateSpan
helpers introduced in .NET 7. There is also support for other new language features, such as support for generic attributes (#871), and significant fixes like determinism hardening (#810).See dotnet/runtime#81835 for context, where code that is instrumented for code coverage using an old cecil crashes due to alignment issues related to
CreateSpan
.@jbevain would it be possible to release a new version soon?
The text was updated successfully, but these errors were encountered: