QuestPDF / QuestPDF-ExampleInvoice

MIT License
267 stars 28 forks source link

Fix warning #9

Closed MarkPflug closed 1 year ago

MarkPflug commented 1 year ago

The build currently presents a warning due to an obsoleted overload on this line: column.Item().Text(Address.Email);

This is due to the type of Email property being "object" instead of "string". There didn't appear to be any reason for the Email member to be object.

MarcinZiabek commented 1 year ago

Thank you for noticing this issue 😀