Skip to content

Commit

Permalink
Merge pull request #15711 from unoplatform/dev/mazi/bindable-obs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Mar 3, 2024
2 parents 696e925 + 8bb9cf2 commit 491ae3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ from type in module.GlobalNamespace.GetNamespaceTypes()
writer.AppendLine();
writer.AppendLineIndented("#pragma warning disable 618 // Ignore obsolete members warnings");
writer.AppendLineIndented("#pragma warning disable 1591 // Ignore missing XML comment warnings");
writer.AppendLineIndented("#pragma warning disable XAOBS001 // Ignore obsolete Android members");
writer.AppendLineIndented("#pragma warning disable Uno0001 // Ignore not implemented members");
AnalyzerSuppressionsGenerator.GenerateCSharpPragmaSupressions(writer, AnalyzerSuppressions);
writer.AppendLineIndented("using System;");
Expand Down

0 comments on commit 491ae3f

Please sign in to comment.