ststeiger / PdfSharpCore

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

fix (CName): Validate setter on Name #261

Closed jafin closed 2 years ago

jafin commented 2 years ago

fix (Cname): Setting name now validates value rather than previous set private name. Credits original author @jeanbern https://github.com/empira/PDFsharp/pull/86

codecov-commenter commented 2 years ago

Codecov Report

Merging #261 (a99c642) into master (14080aa) will increase coverage by 0.07%. The diff coverage is 61.53%.

@@            Coverage Diff             @@
##           master     #261      +/-   ##
==========================================
+ Coverage   26.37%   26.45%   +0.07%     
==========================================
  Files         238      238              
  Lines       23329    23329              
  Branches     2808     2808              
==========================================
+ Hits         6154     6172      +18     
+ Misses      16684    16667      -17     
+ Partials      491      490       -1     
Impacted Files Coverage Δ
PdfSharpCore/Pdf.Content.Objects/CObjects.cs 5.33% <61.53%> (+5.33%) :arrow_up:
PdfSharpCore/root/PSSR.cs 5.93% <0.00%> (+0.84%) :arrow_up:
PdfSharpCore/Fonts/FontFactory.cs 35.25% <0.00%> (+1.28%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 14080aa...a99c642. Read the comment docs.