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
Using the same project and source file, DwgReader.Read takes a few seconds on Windows but several minutes on macOS - regardless of whether the crc check is enabled.
Just in case, I’ve tested different files and IDEs while debugging, but the result is always the same.
Other than the difference in performance, there are no other discrepancies—the end result is the same, and it works flawlessly. It just takes forever on macOS.
I understand that non-Windows platforms might be unsupported, and I have no expectations in that regard. I’m just curious to know if this is a known issue, and if not, whether anyone has ideas on where to look for potential causes.
I might be overlooking something obvious here, so any insights would be appreciated.
The text was updated successfully, but these errors were encountered:
@DomCR I’m using .NET 8 on both platforms—it’s literally the same project. However, my macOS platform is significantly faster than the Windows machine I’m using for this test, which is quite odd. I regularly develop .NET Core (C#) applications on both platforms and have never noticed such a difference. In fact, when working with managed .NET Core without Win32 dependencies, performance is typically smooth across the board.
I’m going to investigate further, but before diving in, I wanted to check if this is a known issue. If possible, I’d appreciate it if you could keep this open—I’d like to report back with my findings, whether I identify the cause or not.
Uh oh!
There was an error while loading. Please reload this page.
Using the same project and source file,
DwgReader.Read
takes a few seconds on Windows but several minutes on macOS - regardless of whether the crc check is enabled.Just in case, I’ve tested different files and IDEs while debugging, but the result is always the same.
Other than the difference in performance, there are no other discrepancies—the end result is the same, and it works flawlessly. It just takes forever on macOS.
I understand that non-Windows platforms might be unsupported, and I have no expectations in that regard. I’m just curious to know if this is a known issue, and if not, whether anyone has ideas on where to look for potential causes.
I might be overlooking something obvious here, so any insights would be appreciated.
The text was updated successfully, but these errors were encountered: