Relorer / HTMLToQPDF

HTMLToQPDF is an extension for QuestPDF that allows to generate PDF from HTML
MIT License
88 stars 29 forks source link

QuestPDF 2024.10.x Issues #25

Open AndiRudi opened 5 days ago

AndiRudi commented 5 days ago

In the update process to target our application to .net 9, I have also upgraded the QuestPDF version from 2024.7.3 to 2024.10.4 and noticed a compilation issue. I have further tracked it down to start appearing with version 2024.10.3 so 2024.10.2 still works.

The reported error message is

The type 'IContainer' is defined in an assembly that is not referenced. You must add a reference to assembly 'QuestPDF, Version=2024.7.2.0, Culture=neutral, PublicKeyToken=null'.

This happens in this line

 column.Item().HTML(handler =>  handler.SetHtml(text));

I checked the release at https://github.com/QuestPDF/QuestPDF/compare/2024.10.3...main but could not find out what could cause this.

DilushikaWeerawardhana commented 3 days ago

I've encountered the same issue. "QuestPDF" Version="2024.10.3"