Skip to content

Prism.Avalonia Library #4

Prism.Avalonia Library

Prism.Avalonia Library #4

Triggered via pull request August 31, 2024 13:21
Status Failure
Total duration 2m 18s
Artifacts

build_avalonia.yml

on: pull_request
build-prism-wpf  /  Build Prism.Avalonia
2m 4s
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: 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#L116
Argument of type 'List<KeyValuePair<string, object?>>' cannot be used for parameter 'parameters' of type 'IEnumerable<KeyValuePair<string, object>>' in 'bool ParametersExtensions.ContainsKey(IEnumerable<KeyValuePair<string, object>> parameters, string key)' due to differences in the nullability of reference types.
build-prism-wpf / Build Prism.Avalonia: src/Prism.Core/Common/ParametersBase.cs#L132
Argument of type 'List<KeyValuePair<string, object?>>' cannot be used for parameter 'parameters' of type 'IEnumerable<KeyValuePair<string, object>>' in 'T ParametersExtensions.GetValue<T>(IEnumerable<KeyValuePair<string, object>> parameters, string key)' due to differences in the nullability of reference types.
build-prism-wpf / Build Prism.Avalonia: src/Prism.Core/Common/ParametersBase.cs#L141
Argument of type 'List<KeyValuePair<string, object?>>' cannot be used for parameter 'parameters' of type 'IEnumerable<KeyValuePair<string, object>>' in 'IEnumerable<T> ParametersExtensions.GetValues<T>(IEnumerable<KeyValuePair<string, object>> parameters, string key)' due to differences in the nullability of reference types.
build-prism-wpf / Build Prism.Avalonia: src/Prism.Core/Common/ParametersBase.cs#L150
Argument of type 'List<KeyValuePair<string, object?>>' cannot be used for parameter 'parameters' of type 'IEnumerable<KeyValuePair<string, object>>' in 'bool ParametersExtensions.TryGetValue<T>(IEnumerable<KeyValuePair<string, object>> parameters, string key, out T value)' due to differences in the nullability of reference types.
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()'.