Skip to content

Commit

Permalink
chore: Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Jun 10, 2024
1 parent 722b2e8 commit 238559f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ from type in module.GlobalNamespace.GetNamespaceTypes()
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");
writer.AppendLineIndented("#pragma warning disable Uno0007 // An assembly required for a component is missing");
AnalyzerSuppressionsGenerator.GenerateCSharpPragmaSupressions(writer, AnalyzerSuppressions);
writer.AppendLineIndented("using System;");
writer.AppendLineIndented("using System.Linq;");
Expand Down

0 comments on commit 238559f

Please sign in to comment.