Skip to content

build(deps): bump Avalonia.ReactiveUI and Avalonia in /src #1468

build(deps): bump Avalonia.ReactiveUI and Avalonia in /src

build(deps): bump Avalonia.ReactiveUI and Avalonia in /src #1468

Triggered via pull request December 10, 2023 00:06
Status Failure
Total duration 11m 11s
Artifacts

ci-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build / build: src/Sextant.Avalonia/Navigation.cs#L65
The type or namespace name 'TransitioningContentControl' could not be found (are you missing a using directive or an assembly reference?)
build / build: src/Sextant.Avalonia/Navigation.cs#L65
The type or namespace name 'TransitioningContentControl' could not be found (are you missing a using directive or an assembly reference?)
build / build
Process completed with exit code 1.
build / build: src/Sextant.Avalonia/NavigationView.cs#L24
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
build / build: src/Sextant.Avalonia/NavigationView.cs#L24
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
build / build: src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs#L164
'DependencyResolverMixins.RegisterView<TView, TViewModel>(IMutableDependencyResolver, string?)' is obsolete: 'Use RegisterViewForNavigation'
build / build: src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs#L180
'DependencyResolverMixins.RegisterView<TView, TViewModel>(IMutableDependencyResolver, Func<TView>, string?)' is obsolete: 'Use RegisterViewForNavigation'
build / build: src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs#L124
'DependencyResolverMixins.RegisterViewStackService<T>(IMutableDependencyResolver, Func<IView, T>)' is obsolete: 'Use the Func<IView, IViewModelFactory, T> variant.'
build / build: src/Sextant.Tests/DependencyResolverMixinTests.cs#L70
'DependencyResolverMixins.RegisterView<TView, TViewModel>(IMutableDependencyResolver, string?)' is obsolete: 'Use RegisterViewForNavigation'
build / build: src/Sextant.Tests/DependencyResolverMixinTests.cs#L86
'DependencyResolverMixins.RegisterView<TView, TViewModel>(IMutableDependencyResolver, Func<TView>, string?)' is obsolete: 'Use RegisterViewForNavigation'
build / build: src/Sextant.Tests/Navigation/NavigationParameterTests.cs#L15
Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102)
build / build: src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs#L573
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
build / build: src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs#L82
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)