ststeiger / PdfSharpCore

Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Other
1.07k stars 239 forks source link

fix (Build): remove deprecated net5.0; drop netcoreapp3.1 #344

Closed jafin closed 1 year ago

jafin commented 1 year ago

Changes

Fixes

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 3.70% and project coverage change: -0.09 :warning:

Comparison is base (8b9076c) 30.66% compared to head (182b0fe) 30.57%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #344 +/- ## ========================================== - Coverage 30.66% 30.57% -0.09% ========================================== Files 243 242 -1 Lines 23938 23941 +3 Branches 2885 2887 +2 ========================================== - Hits 7340 7321 -19 - Misses 16062 16102 +40 + Partials 536 518 -18 ``` | [Impacted Files](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [PdfSharpCore/Drawing/XForm.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL0RyYXdpbmcvWEZvcm0uY3M=) | `0.00% <0.00%> (ø)` | | | [PdfSharpCore/Drawing/XGraphics.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL0RyYXdpbmcvWEdyYXBoaWNzLmNz) | `7.70% <ø> (+<0.01%)` | :arrow_up: | | [PdfSharpCore/Pdf.AcroForms/PdfSignatureField.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi5BY3JvRm9ybXMvUGRmU2lnbmF0dXJlRmllbGQuY3M=) | `0.00% <ø> (ø)` | | | [PdfSharpCore/Pdf.Content/CLexer.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi5Db250ZW50L0NMZXhlci5jcw==) | `0.00% <ø> (ø)` | | | [PdfSharpCore/Pdf/PdfDocument.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9QZGZEb2N1bWVudC5jcw==) | `52.04% <0.00%> (-0.93%)` | :arrow_down: | | [PdfSharpCore/Pdf/PdfPage.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9QZGZQYWdlLmNz) | `30.51% <50.00%> (+0.21%)` | :arrow_up: | | [PdfSharpCore/Pdf/KeysMeta.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi9LZXlzTWV0YS5jcw==) | `52.05% <0.00%> (-9.06%)` | :arrow_down: | | [PdfSharpCore/Pdf.Internal/PdfEncoders.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL1BkZi5JbnRlcm5hbC9QZGZFbmNvZGVycy5jcw==) | `64.80% <0.00%> (-1.68%)` | :arrow_down: | | [PdfSharpCore/Internal/Calc.cs](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-UGRmU2hhcnBDb3JlL0ludGVybmFsL0NhbGMuY3M=) | `0.00% <0.00%> (ø)` | | | ... and [7 more](https://codecov.io/gh/ststeiger/PdfSharpCore/pull/344?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ststeiger commented 1 year ago

Merged, but without removing net5.0 and netcoreapp 3.1 target