From 37d0b47ea28b72047dfe4d7128ba543908d329b5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:46:40 +0000 Subject: [PATCH 1/2] Initial plan From 663577cc59b4041f0bf316dd1aad9d608deafa5d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:59:16 +0000 Subject: [PATCH 2/2] Fix XML documentation warnings in generated EmbedFiggleFontAttribute Co-authored-by: drewnoakes <350947+drewnoakes@users.noreply.github.com> --- src/Figgle.Generator/EmbedFontSourceGenerator.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Figgle.Generator/EmbedFontSourceGenerator.cs b/src/Figgle.Generator/EmbedFontSourceGenerator.cs index 4ec8e85..80257d0 100644 --- a/src/Figgle.Generator/EmbedFontSourceGenerator.cs +++ b/src/Figgle.Generator/EmbedFontSourceGenerator.cs @@ -102,7 +102,7 @@ namespace Figgle internal sealed class {{AttributeName}} : Attribute { /// - /// The name of the property to add, whose getter will return the embedded . + /// The name of the property to add, whose getter will return the embedded FiggleFont. /// public string MemberName { get; } @@ -114,7 +114,7 @@ internal sealed class {{AttributeName}} : Attribute /// /// Initializes a new instance of the class. /// - /// The name of the property to add, whose getter returns the embedded . + /// The name of the property to add, whose getter returns the embedded FiggleFont. /// The name of the font to use when rendering the text. public {{AttributeName}}(string memberName, string fontName) {