The example code produces an NullReferenceException #505
Closed
peckebrecht
started this conversation in
General
Replies: 4 comments
-
Do you know in which line the exception is thrown? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am afraid that I can't help if you can't provide additional information |
Beta Was this translation helpful? Give feedback.
0 replies
-
I just wanted to help with a bug report. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the example code from the README in an .NET 8.0 test project and it produces an NullReferenceException on Save. I can't tell what's null here.
System.NullReferenceException: Object reference not set to an instance of an object.
Stack Trace:
InvoiceDescriptor23CIIWriter.Save(InvoiceDescriptor descriptor, Stream stream, ZUGFeRDFormats format)
InvoiceDescriptor23Writer.Save(InvoiceDescriptor descriptor, Stream stream, ZUGFeRDFormats format)
InvoiceDescriptor.Save(Stream stream, ZUGFeRDVersion version, Profile profile, ZUGFeRDFormats format)
Beta Was this translation helpful? Give feedback.
All reactions