Skip to content

Prism.Avalonia Library #2

Prism.Avalonia Library

Prism.Avalonia Library #2

Triggered via pull request August 22, 2024 02:08
Status Failure
Total duration 2m 39s
Artifacts

build_avalonia.yml

on: pull_request
build-prism-wpf  /  Build Prism.Avalonia
2m 25s
build-prism-wpf / Build Prism.Avalonia
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/CompilerHelper.Desktop.cs#L8
The type or namespace name 'Ioc' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/CompilerHelper.Desktop.cs#L9
The type or namespace name 'Modularity' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/CommandBehaviorBaseFixture.cs#L2
The type or namespace name 'Avalonia' could not be found (are you missing a using directive or an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/CommandBehaviorBaseFixture.cs#L3
The type or namespace name 'Interactivity' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/InvokeCommandActionFixture.cs#L2
The type or namespace name 'Avalonia' could not be found (are you missing a using directive or an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/InvokeCommandActionFixture.cs#L3
The type or namespace name 'Avalonia' could not be found (are you missing a using directive or an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/ObservableBehaviorFixture.cs#L1
The type or namespace name 'Avalonia' could not be found (are you missing a using directive or an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/ObservableBehaviorFixture.cs#L3
The type or namespace name 'Extensions' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/ListDictionaryFixture.cs#L1
The type or namespace name 'Common' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Mocks/MockAsyncModuleTypeLoader.cs#L1
The type or namespace name 'Modularity' does not exist in the namespace 'Prism' (are you missing an assembly reference?)
build-prism-wpf / Build Prism.Avalonia
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/CommandBehaviorBaseFixture.cs#L154
Nullability of reference types in type of parameter 'parameter' of 'bool TestCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/CommandBehaviorBaseFixture.cs#L163
Nullability of reference types in type of parameter 'parameter' of 'void TestCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Interactivity/CommandBehaviorBaseFixture.cs#L160
Nullability of reference types in type of 'event EventHandler TestCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Mocks/MockCommand.cs#L21
Nullability of reference types in type of parameter 'parameter' of 'bool MockCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Mocks/MockCommand.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'void MockCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build-prism-wpf / Build Prism.Avalonia: tests/Avalonia/Prism.Avalonia.Tests/Mocks/MockCommand.cs#L13
Nullability of reference types in type of 'event EventHandler MockCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
build-prism-wpf / Build Prism.Avalonia: src/Prism.Core/Common/ParametersBase.cs#L122
Nullability of reference types in return type of 'IEnumerator<KeyValuePair<string, object?>> ParametersBase.GetEnumerator()' doesn't match implicitly implemented member 'IEnumerator<KeyValuePair<string, object>> IEnumerable<KeyValuePair<string, object>>.GetEnumerator()'.
build-prism-wpf / Build Prism.Avalonia: src/Prism.Core/Common/ParametersBase.cs#L122
Nullability of reference types in return type of 'IEnumerator<KeyValuePair<string, object?>> ParametersBase.GetEnumerator()' doesn't match implicitly implemented member 'IEnumerator<KeyValuePair<string, object>> IEnumerable<KeyValuePair<string, object>>.GetEnumerator()'.