Skip to content

Update dependencies for ReactiveUI 21.0.1 #1087

Update dependencies for ReactiveUI 21.0.1

Update dependencies for ReactiveUI 21.0.1 #1087

Triggered via pull request September 6, 2025 13:32
Status Failure
Total duration 14m 30s
Artifacts

ci-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 1 notice
build / build: src/ReactiveUI.Uno.Tests/Hooks/AutoDataTemplateBindingHookTests.cs#L25
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Hooks/AutoDataTemplateBindingHookTests.cs#L25
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Platform/PlatformOperationsTests.cs#L13
The type or namespace name 'Fact' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Platform/PlatformOperationsTests.cs#L13
The type or namespace name 'FactAttribute' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Platform/PlatformOperationsTests.cs#L7
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Hooks/AutoDataTemplateBindingHookTests.cs#L14
The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Hooks/AutoDataTemplateBindingHookTests.cs#L13
The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Hooks/AutoDataTemplateBindingHookTests.cs#L8
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Converters/BooleanToVisibilityTypeConverterTests.cs#L11
The type or namespace name 'Xaml' does not exist in the namespace 'Windows.UI' (are you missing an assembly reference?)
build / build: src/ReactiveUI.Uno.Tests/Converters/BooleanToVisibilityTypeConverterTests.cs#L7
The type or namespace name 'Xunit' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L106
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicFields', 'DynamicallyAccessedMemberTypes.NonPublicFields' in call to 'System.Reflection.TypeInfo.GetDeclaredField(String)'. The parameter 'typeInfo' of method 'ReactiveUI.Uno.DependencyObjectObservableForProperty.ActuallyGetField(TypeInfo, String)' 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 / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L70
Using member 'ReactiveUI.POCOObservableForProperty.GetNotificationForProperty(Object, Expression, String, Boolean, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. GetNotificationForProperty may reference members that could be trimmed.
build / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L57
Using member 'ReactiveUI.POCOObservableForProperty.GetNotificationForProperty(Object, Expression, String, Boolean, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. GetNotificationForProperty may reference members that could be trimmed.
build / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L89
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Reflection.TypeInfo.GetDeclaredProperty(String)'. The return value of method 'System.Type.BaseType.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 / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L89
'this' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicProperties', 'DynamicallyAccessedMemberTypes.NonPublicProperties' in call to 'System.Reflection.TypeInfo.GetDeclaredProperty(String)'. The parameter 'typeInfo' of method 'ReactiveUI.Uno.DependencyObjectObservableForProperty.ActuallyGetProperty(TypeInfo, String)' 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 / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L37
Interface member 'ReactiveUI.ICreatesObservableForProperty.GetNotificationForProperty(Object, Expression, String, Boolean, Boolean)' with 'RequiresUnreferencedCodeAttribute' has an implementation member 'ReactiveUI.Uno.DependencyObjectObservableForProperty.GetNotificationForProperty(Object, Expression, String, Boolean, Boolean)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
build / build: src/ReactiveUI.Uno/DependencyObjectObservableForProperty.cs#L21
Interface member 'ReactiveUI.ICreatesObservableForProperty.GetAffinityForObject(Type, String, Boolean)' with 'RequiresUnreferencedCodeAttribute' has an implementation member 'ReactiveUI.Uno.DependencyObjectObservableForProperty.GetAffinityForObject(Type, String, Boolean)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
build / build: src/ReactiveUI.Uno/Common/RoutedViewHost.cs#L23
Using member 'ReactiveUI.RoutingState.RoutingState(IScheduler)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. RoutingState uses ReactiveCommand which may require unreferenced code.
build / build: src/ReactiveUI.Uno/Common/ReactivePage.cs#L85
'propertyType' argument does not satisfy 'DynamicallyAccessedMemberTypes.PublicConstructors', 'DynamicallyAccessedMemberTypes.NonPublicConstructors' in call to 'Microsoft.UI.Xaml.DependencyProperty.Register(String, Type, Type, PropertyMetadata)'. The generic parameter 'TViewModel' of 'ReactiveUI.Uno.ReactivePage<TViewModel>' 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 / build: src/ReactiveUI.Uno/ActivationForViewFetcher.cs#L31
Interface member 'ReactiveUI.IActivationForViewFetcher.GetActivationForView(IActivatableView)' with 'RequiresUnreferencedCodeAttribute' has an implementation member 'ReactiveUI.Uno.ActivationForViewFetcher.GetActivationForView(IActivatableView)' without 'RequiresUnreferencedCodeAttribute'. 'RequiresUnreferencedCodeAttribute' annotations must match across all interface implementations or overrides.
build / build
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677