We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787c644 commit 1f4351dCopy full SHA for 1f4351d
src/SourceGenerators/Uno.UI.SourceGenerators/BindableTypeProviders/BindableTypeProvidersGenerationTask.cs
@@ -160,6 +160,7 @@ from type in module.GlobalNamespace.GetNamespaceTypes()
160
writer.AppendLine();
161
writer.AppendLineInvariant("#pragma warning disable 618 // Ignore obsolete members warnings");
162
writer.AppendLineInvariant("#pragma warning disable 1591 // Ignore missing XML comment warnings");
163
+ writer.AppendLineInvariant("#pragma warning disable Uno0001 // Ignore not implemented members");
164
writer.AppendLineInvariant("using System;");
165
writer.AppendLineInvariant("using System.Linq;");
166
writer.AppendLineInvariant("using System.Diagnostics;");
0 commit comments