Skip to content

build(deps): bump Avalonia.Desktop and Avalonia in /Sample #1485

build(deps): bump Avalonia.Desktop and Avalonia in /Sample

build(deps): bump Avalonia.Desktop and Avalonia in /Sample #1485

Triggered via pull request January 12, 2024 07:50
Status Failure
Total duration 11m 35s
Artifacts

ci-build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build / build: src/Sextant.Avalonia/Navigation.cs#L49
The type 'IPageTransition' is defined in an assembly that is not referenced. You must add a reference to assembly 'Avalonia.Visuals, Version=0.10.12.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'.
build / build: src/Sextant.Avalonia/Navigation.cs#L71
The type 'IPageTransition' is defined in an assembly that is not referenced. You must add a reference to assembly 'Avalonia.Visuals, Version=0.10.12.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'.
build / build: src/Sextant.Avalonia/Navigation.cs#L49
The type 'IPageTransition' is defined in an assembly that is not referenced. You must add a reference to assembly 'Avalonia.Visuals, Version=0.10.12.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'.
build / build: src/Sextant.Avalonia/Navigation.cs#L71
The type 'IPageTransition' is defined in an assembly that is not referenced. You must add a reference to assembly 'Avalonia.Visuals, Version=0.10.12.0, Culture=neutral, PublicKeyToken=c8d484a7012f9a8b'.
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.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/ViewStackServiceTests.cs#L969
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#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/ViewStackServiceTests.cs#L908
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/ViewStackServiceTests.cs#L809
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)