Skip to content

Remove System.Reactive dependency #72

Remove System.Reactive dependency

Remove System.Reactive dependency #72

Triggered via pull request November 3, 2024 18:16
Status Success
Total duration 2m 31s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

36 warnings
Build macos-latest
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/
Build macos-latest
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 macos-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build macos-latest: 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 macos-latest: 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 macos-latest: 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 macos-latest: 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 macos-latest: 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 macos-latest: 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 macos-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build macos-latest: 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 macos-latest: 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 ubuntu-latest
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/
Build ubuntu-latest
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 ubuntu-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build ubuntu-latest: 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 ubuntu-latest: 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 ubuntu-latest: 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 ubuntu-latest: 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 ubuntu-latest: 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 ubuntu-latest: 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 ubuntu-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build ubuntu-latest: 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 ubuntu-latest: 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 windows-latest
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/
Build windows-latest
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 windows-latest: 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 windows-latest: 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 windows-latest: 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 windows-latest: 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 windows-latest: 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 windows-latest: 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 windows-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build windows-latest: src/Avalonia.Xaml.Interactions.Custom/ExecuteCommand/Core/ExecuteCommandBehaviorBase.cs#L81
Missing XML comment for publicly visible type or member 'ExecuteCommandBehaviorBase.SourceControl'
Build windows-latest: 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 windows-latest: 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).