We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug DxfReader.Read() throws System.NullReferenceException
To Reproduce
using ACadSharp.IO; var filePath = "test.dxf"; var doc = DxfReader.Read(filePath); Console.WriteLine("OK");
Expected behavior Show OK in the console.
Additional context In version 1.0.5 and older works just fine. Dxf file: test.zip
The text was updated successfully, but these errors were encountered:
Hi @Gu4ty,
There is an issue related with building the ExtendedData into the document.
ExtendedData
Sorry for the inconvenient and thanks for the report.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
DxfReader.Read() throws System.NullReferenceException
To Reproduce
Expected behavior
Show OK in the console.
Additional context
In version 1.0.5 and older works just fine.
Dxf file:
test.zip
The text was updated successfully, but these errors were encountered: