Skip to content

Commit 53f49b7

Browse files
committed
Suppress CS0067
1 parent 34496ae commit 53f49b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CommunityToolkit.Tooling.SampleGen/Metadata/ToolkitSampleButtonCommand.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ public ToolkitSampleButtonCommand(Action callback)
1919
}
2020

2121
/// <inheritdoc />
22+
#pragma warning disable CS0067
2223
public event EventHandler? CanExecuteChanged;
24+
#pragma warning restore CS0067
2325

2426
/// <inheritdoc />
2527
public bool CanExecute(object parameter)

0 commit comments

Comments
 (0)