DxfReader closes stream despite CloseStreamAfterReading=false
![]() 2/21/2023 10:46 PM
|
---|
Hi! I discovered a difference between DwgReader and DxfReader when CloseStreamAfterReading is false. This code works: C# Code: var inputStream = new MemoryStream( C# Code: var inputStream = new MemoryStream( |
![]() 2/22/2023 5:32 PM
|
---|
Hi Per, It's a bug indeed, it'll be fixed in the next version. Version 6.0.0-rc25 is a trial version by the way, you are evaluating the 6.0 multi-platform version? - Wout |
![]() 2/22/2023 5:39 PM
|
---|
Hi Wout, Great, thanks! I have introduced CadLib at a new client, so I'm using the evaluation version until the purchase of a real license has been finalized. Per |
![]() 2/23/2023 1:22 AM
|
---|
Hi Per, I've uploaded a new 6.0 multi platform version to nuget (version 6.0.0-rc25). - Wout |
![]() 3/17/2023 1:17 PM
|
---|
Hi Wout, I just tested with rc32 (multi-platform version), and the fix works great! By the way, I noticed that the nuspec files for the real packages still say: * This is an evaluation version only. (WW.Cad) * To try the software, a trial license must be obtained... (WW) It doesn't matter, of course. It just caught my eye. :) Per |