
did you also include:
System.Numerics.Vectors
System.Buffers
System.Runtime.CompilerServices.Unsafe
though they should have been picked up as transient dependencies.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi everyone! I’m migrating a project from .NET 4.8 to .NET 8. The ClosedXML library is compatible with .NET 8, but I’m encountering an error when using the XLWorkbook
class. Despite installing System.Memory
, the error still occurs, as shown in the image below. Has anyone experienced this issue or found a fix? Thanks in advance for any help!
did you also include:
System.Numerics.Vectors
System.Buffers
System.Runtime.CompilerServices.Unsafe
though they should have been picked up as transient dependencies.