Skip to content

build(deps): bump Avalonia.Desktop and Avalonia in /src #1490

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

build(deps): bump Avalonia.Desktop and Avalonia in /src #1490

Triggered via pull request January 22, 2024 13:22
Status Failure
Total duration 8m 49s
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.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#L102
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)
build / build: src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs#L196
Null should not be used for type parameter 'contract' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build / build: src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs#L246
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#L279
Null should not be used for type parameter 'contract' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build / build: src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs#L265
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#L197
Null should not be used for type parameter 'contract' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)