Просмотр исходного кода

Interop: add DescriptorSourceGenerator for LineDescriptor to PublicApiGenerator

Marcin Ziąbek 2 месяцев назад
Родитель
Сommit
0db2de92f0

+ 1 - 0
Source/QuestPDF.Interop.Generators/QuestPDF.Interop.Generators/PublicApiGenerator.cs

@@ -15,6 +15,7 @@ public sealed class PublicApiGenerator
         {
             new ColorsSourceGenerator(),
             new EnumSourceGenerator(),
+            new DescriptorSourceGenerator("QuestPDF.Fluent.LineDescriptor"),
             new DescriptorSourceGenerator("QuestPDF.Fluent.ColumnDescriptor"),
             new DescriptorSourceGenerator("QuestPDF.Fluent.DecorationDescriptor"),
             new DescriptorSourceGenerator("QuestPDF.Fluent.InlinedDescriptor"),