Skip to content

Use Maui version for Modules #200

Use Maui version for Modules

Use Maui version for Modules #200

Triggered via pull request July 22, 2024 23:18
Status Failure
Total duration 11m 50s
Artifacts

build_uno.yml

on: pull_request
build-prism-uno  /  Build Prism.Uno
11m 38s
build-prism-uno / Build Prism.Uno
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentProperty' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentProperty' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentProperty' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentProperty' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentPropertyAttribute' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno: src/Maui/Prism.Maui/Modularity/ModuleInfo.cs#L7
The type or namespace name 'ContentProperty' could not be found (are you missing a using directive or an assembly reference?)
build-prism-uno / Build Prism.Uno
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v3, microsoft/setup-msbuild@v1.1. 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-uno / Build Prism.Uno: 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-uno / Build Prism.Uno: 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-uno / Build Prism.Uno: 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-uno / Build Prism.Uno: 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-uno / Build Prism.Uno: 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-uno / Build Prism.Uno: 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()'.