build(deps): bump Avalonia.ReactiveUI and Avalonia in /Sample #1466
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.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#L701
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#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/ViewStackServiceTests.cs#L640
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/ViewStackServiceTests.cs#L395
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)
|