diff --git a/Maui.DataGrid.Sample/Platforms/MacCatalyst/AppDelegate.cs b/Maui.DataGrid.Sample/Platforms/MacCatalyst/AppDelegate.cs index ce0d8fe..f35256f 100644 --- a/Maui.DataGrid.Sample/Platforms/MacCatalyst/AppDelegate.cs +++ b/Maui.DataGrid.Sample/Platforms/MacCatalyst/AppDelegate.cs @@ -3,7 +3,9 @@ namespace Maui.DataGrid.Sample.Platforms.MacCatalyst; using Foundation; [Register("AppDelegate")] +#pragma warning disable CA1711 // Identifiers should not have incorrect suffix public class AppDelegate : MauiUIApplicationDelegate +#pragma warning restore CA1711 // Identifiers should not have incorrect suffix { /// protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();