You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
In the update process to target our application to .net 9, I have also upgraded the
QuestPDF
version from2024.7.3
to2024.10.4
and noticed a compilation issue. I have further tracked it down to start appearing with version2024.10.3
so2024.10.2
still 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.
The text was updated successfully, but these errors were encountered: