Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jul 3, 2024
1 parent 7966120 commit c87fa2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Maui.DataGrid.Sample/Platforms/MacCatalyst/AppDelegate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/// <inheritdoc/>
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
Expand Down

0 comments on commit c87fa2c

Please sign in to comment.