Remove System.Reactive dependency #72
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/SelectingItemsControl/SelectingItemsControlEventsBehavior.cs#L20
Nullability of reference types in type of parameter 'sender' of 'void SelectingItemsControlEventsBehavior.SelectingItemsControlOnSelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/SelectingItemsControl/SelectingItemsControlEventsBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void SelectingItemsControlEventsBehavior.SelectingItemsControlOnSelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemsControlContainerEventsBehavior.cs#L20
Nullability of reference types in type of parameter 'sender' of 'void ItemsControlContainerEventsBehavior.ItemsControlOnContainerIndexChanged(object sender, ContainerIndexChangedEventArgs e)' doesn't match the target delegate 'EventHandler<ContainerIndexChangedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ItemsControl/ItemsControlContainerEventsBehavior.cs#L26
Nullability of reference types in type of parameter 'sender' of 'void ItemsControlContainerEventsBehavior.ItemsControlOnContainerIndexChanged(object sender, ContainerIndexChangedEventArgs e)' doesn't match the target delegate 'EventHandler<ContainerIndexChangedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/Button/ButtonHideFlyoutOnClickBehavior.cs#L33
Nullability of reference types in type of parameter 'sender' of 'void AssociatedObjectOnClick(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/Button/ButtonHideFlyoutOnClickBehavior.cs#L37
Nullability of reference types in type of parameter 'sender' of 'void AssociatedObjectOnClick(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/SelectingItemsControl/SelectingItemsControlEventsBehavior.cs#L20
Nullability of reference types in type of parameter 'sender' of 'void SelectingItemsControlEventsBehavior.SelectingItemsControlOnSelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
|
Build Release:
src/Avalonia.Xaml.Interactions.Custom/SelectingItemsControl/SelectingItemsControlEventsBehavior.cs#L23
Nullability of reference types in type of parameter 'sender' of 'void SelectingItemsControlEventsBehavior.SelectingItemsControlOnSelectionChanged(object sender, SelectionChangedEventArgs e)' doesn't match the target delegate 'EventHandler<SelectionChangedEventArgs>' (possibly because of nullability attributes).
|
Loading