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:
Tig
2024-08-19 10:09:15 -06:00
committed by GitHub
parent a0c03b11b6
commit b267e1698e
17 changed files with 3241 additions and 3267 deletions

View File

@@ -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;