build(deps): bump Avalonia.Desktop and Avalonia in /Sample #1473
Triggered via pull request
December 10, 2023 00:36
Status
Failure
Total duration
10m 35s
Artifacts
–
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/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)
|
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#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#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)
|