mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
V2 fix warnings (#3671)
* Fixed NumericUpDown warning * Fixed Aot Warning * Fixed warnings in Application.cs * Fixed more NumericUpDown warning * Fixed CommandImpl warning * Fixed Thickness warnings * Fixed Label warning * Fixed warning * Fixed menubar test warning * Fixed warnings * Fixed warnings * Removed dead code * Fixed warnings
This commit is contained in:
@@ -674,8 +674,10 @@ Item 6",
|
||||
|
||||
private class NewListDataSource : IListDataSource
|
||||
{
|
||||
#pragma warning disable CS0067
|
||||
/// <inheritdoc />
|
||||
public event NotifyCollectionChangedEventHandler CollectionChanged;
|
||||
#pragma warning restore CS0067
|
||||
|
||||
public int Count => 0;
|
||||
public int Length => 0;
|
||||
|
||||
Reference in New Issue
Block a user