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 QuestPDF/QuestPDF@2024.10.3...main but could not find out what could cause this.
In the update process to target our application to .net 9, I have also upgraded the
QuestPDFversion from2024.7.3to2024.10.4and noticed a compilation issue. I have further tracked it down to start appearing with version2024.10.3so2024.10.2still works.The reported error message is
This happens in this line
I checked the release at QuestPDF/QuestPDF@2024.10.3...main but could not find out what could cause this.