Skip to content

chore(deps): update dependency xamarin.android.support.media.compat to 28.0.0.3 #1186

chore(deps): update dependency xamarin.android.support.media.compat to 28.0.0.3

chore(deps): update dependency xamarin.android.support.media.compat to 28.0.0.3 #1186

Triggered via pull request July 9, 2024 21:54
Status Success
Total duration 22m 34s
Artifacts

dotnet-desktop.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ShellView.cs#L23
Nullability of reference types in type of parameter 'value' of 'void ShellView.ViewModel.set' doesn't match implicitly implemented member 'void IViewFor<ShellViewModel>.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemsDDView.cs#L13
Nullability of reference types in type of parameter 'value' of 'void ItemsDDView.ViewModel.set' doesn't match implicitly implemented member 'void IViewFor<ItemsDDViewModel>.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ShellView.cs#L28
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IViewFor.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemsDDView.cs#L17
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IViewFor.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemsView.cs#L12
Nullability of reference types in type of parameter 'value' of 'void ItemsView.ViewModel.set' doesn't match implicitly implemented member 'void IViewFor<ItemsViewModel>.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemsView.cs#L16
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IViewFor.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemTagsView.cs#L10
Nullability of reference types in type of parameter 'value' of 'void ItemTagsView.ViewModel.set' doesn't match implicitly implemented member 'void IViewFor<ItemTagsViewModel>.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/Views/ItemTagsView.cs#L15
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IViewFor.ViewModel.set' (possibly because of nullability attributes).
build / build: winforms/demo2/WinForms.Reactive.Client/ViewModels/ItemsViewModel.cs#L68
Cannot convert null literal to non-nullable reference type.
build / build: winforms/demo2/WinForms.Reactive.Client/Helpers/OrderByInfo.cs#L5
Possible null reference assignment.