Merge pull request #3227 from PrismLibrary/mergify/bp/release/stable/… #207
ci.yml
on: push
build-prism-core
/
Build Prism.Core
1m 52s
build-prism-wpf
/
Build Prism.Wpf
2m 51s
build-prism-forms
/
Build Prism.Forms
4m 9s
build-prism-uno
/
Build Prism.Uno
9m 9s
build-prism-maui
/
Build Prism.Maui
7m 5s
deploy-internal
/
Deploy Internal
46s
deploy-commercial-plus
/
Deploy Commercial Plus
25s
Annotations
70 warnings
build-prism-core / Build Prism.Core
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@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-core / Build Prism.Core:
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-core / Build Prism.Core:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
build-prism-core / Build Prism.Core:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
build-prism-core / Build Prism.Core:
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-core / Build Prism.Core:
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-core / Build Prism.Core:
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-core / Build Prism.Core:
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-core / Build Prism.Core:
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-core / Build Prism.Core:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-wpf / Build Prism.Wpf
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@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.Wpf:
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.Wpf:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
build-prism-wpf / Build Prism.Wpf:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
build-prism-wpf / Build Prism.Wpf:
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.Wpf:
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.Wpf:
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.Wpf:
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.Wpf:
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.Wpf:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-forms / Build Prism.Forms
The following actions uses node12 which is deprecated and will be forced to run on node16: AdoptOpenJDK/install-jdk@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build-prism-forms / Build Prism.Forms
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, AdoptOpenJDK/install-jdk@v1, microsoft/[email protected], actions/upload-artifact@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-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-forms / Build Prism.Forms:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
build-prism-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
build-prism-forms / Build Prism.Forms:
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-forms / Build Prism.Forms:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/PageBehaviorFactory.cs#L82
'MasterDetailPage' is obsolete: 'MasterDetailPage is obsolete as of version 5.0.0. Please use FlyoutPage instead.'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/PageBehaviorFactory.cs#L83
'PageBehaviorFactory.ApplyMasterDetailPageBehaviors(MasterDetailPage)' is obsolete: 'MasterDetailPage is obsolete, please use FlyoutPage'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Navigation/PageNavigationService.cs#L343
'PageNavigationService.ProcessNavigationForAbsoulteUri(Queue<string>, INavigationParameters, bool?, bool)' is obsolete: 'Renamed to 'ProcessNavigationForAbsoluteUri''
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L9
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnAppearing()'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L10
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnDisappearing()'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/CarouselPageActiveAwareBehavior.cs#L5
Missing XML comment for publicly visible type or member 'CarouselPageActiveAwareBehavior'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/MultiPageActiveAwareBehavior{T}.cs#L8
Missing XML comment for publicly visible type or member 'MultiPageActiveAwareBehavior<T>'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/MultiPageActiveAwareBehavior{T}.cs#L10
Missing XML comment for publicly visible type or member 'MultiPageActiveAwareBehavior<T>._lastSelectedPage'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/NavigationPageActiveAwareBehavior.cs#L6
Missing XML comment for publicly visible type or member 'NavigationPageActiveAwareBehavior'
|
build-prism-forms / Build Prism.Forms:
src/Forms/Prism.Forms/Behaviors/NavigationPageActiveAwareBehavior.cs#L8
Missing XML comment for publicly visible type or member 'NavigationPageActiveAwareBehavior.OnAttachedTo(NavigationPage)'
|
build-prism-maui / Build Prism.Maui
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@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-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
build-prism-maui / Build Prism.Maui:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
build-prism-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
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-maui / Build Prism.Maui:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-uno / Build Prism.Uno
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, microsoft/[email protected], actions/upload-artifact@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-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/ParametersExtensions.cs#L49
Possible null reference return.
|
build-prism-uno / Build Prism.Uno:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
build-prism-uno / Build Prism.Uno:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
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()'.
|
build-prism-uno / Build Prism.Uno:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
generate-consolidated-artifacts
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy-commercial-plus / Deploy Commercial Plus
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
deploy-internal / Deploy Internal
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "Core", "Forms", "Maui", "NuGet", "Uno", "Wpf".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Core
Expired
|
725 KB |
|
Forms
Expired
|
1.08 MB |
|
Maui
Expired
|
1.69 MB |
|
NuGet
Expired
|
4.22 MB |
|
Uno
Expired
|
2.25 MB |
|
Wpf
Expired
|
1.31 MB |
|