Skip to content

Commit

Permalink
fix attribute warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
madelson committed Nov 20, 2024
1 parent bf73ac7 commit 1ea96f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public string Get(PdfDocument document, bool includePaths = false)
/// </summary>
/// <param name="page">The page to export the XML layout for.</param>
#if NET6_0_OR_GREATER
[RequiresUnreferencedCode("Members from PageXmlDocument may be trimmed if not referenced directly")]
[RequiresUnreferencedCode("Members from AltoDocument may be trimmed if not referenced directly")]
#endif
public string Get(Page page) => Get(page, false);

Expand Down

0 comments on commit 1ea96f4

Please sign in to comment.