Significantly improve filtering and sorting performance for large datasets (500k+ rows) #196
Annotations
10 errors and 10 warnings
|
Build:
src/ColumnFilterHandler.cs#L753
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ApplyFilter(TableViewColumn)'
|
|
Build:
src/ColumnFilterHandler.cs#L626
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.GetFilterItems(TableViewColumn, string?)'
|
|
Build:
src/ColumnFilterHandler.cs#L45
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ColumnFilterHandler(TableView)'
|
|
Build:
src/ColumnFilterHandler.cs#L927
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.SelectedValues'
|
|
Build:
src/ColumnFilterHandler.cs#L915
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ClearCache()'
|
|
Build:
src/ColumnFilterHandler.cs#L913
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.Filter(TableViewColumn, object?)'
|
|
Build:
src/ColumnFilterHandler.cs#L788
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ClearFilter(TableViewColumn?)'
|
|
Build:
src/ColumnFilterHandler.cs#L753
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ApplyFilter(TableViewColumn)'
|
|
Build:
src/ColumnFilterHandler.cs#L626
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.GetFilterItems(TableViewColumn, string?)'
|
|
Build:
src/ColumnFilterHandler.cs#L45
Missing XML comment for publicly visible type or member 'ColumnFilterHandler.ColumnFilterHandler(TableView)'
|
|
Build:
src/Extensions/ObjectExtensions.cs#L331
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String)'. The parameter 'type' of method 'WinUI.TableView.Extensions.ObjectExtensions.TryCreateIListOrICollectionBoundsCheckExpression(Type, ParameterExpression, Object[], out Expression)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/ObjectExtensions.cs#L317
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The parameter 'type' of method 'WinUI.TableView.Extensions.ObjectExtensions.TryCreateIListOrICollectionBoundsCheckExpression(Type, ParameterExpression, Object[], out Expression)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/ObjectExtensions.cs#L312
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperty(String, Type[])'. The parameter 'type' of method 'WinUI.TableView.Extensions.ObjectExtensions.TryCreateIListOrICollectionBoundsCheckExpression(Type, ParameterExpression, Object[], out Expression)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/ObjectExtensions.cs#L277
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicMethods' in call to 'System.Type.GetMethod(String)'. The return value of method 'System.Linq.Enumerable.FirstOrDefault<TSource>(IEnumerable<TSource>, Func<TSource, Boolean>)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/ObjectExtensions.cs#L258
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The parameter 'type' of method 'WinUI.TableView.Extensions.ObjectExtensions.TryCreateDictionaryTryGetExpression(Type, ParameterExpression, Object[], out Expression)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/TableView.cs#L577
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties' in call to 'System.Type.GetProperties()'. The return value of method 'WinUI.TableView.Extensions.ObjectExtensions.GetItemType(IEnumerable)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/ObjectExtensions.cs#L91
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Type.GetProperty(String, BindingFlags)'. The return value of method 'System.Linq.Expressions.Expression.Type.get' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/TypeExtensions.cs#L145
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Reflection.TypeInfo.ImplementedInterfaces.get'. The parameter 'type' of method 'WinUI.TableView.Extensions.TypeExtensions.FindGenericType(Type, Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build:
src/Extensions/TypeExtensions.cs#L127
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.Interfaces' in call to 'System.Type.GetInterfaces()'. The parameter 'type' of method 'WinUI.TableView.Extensions.TypeExtensions.IsInheritedFromIComparable(Type)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
Loading