Merge pull request #3084 from PrismLibrary/dev/ds/uno5.1 #136
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, AdoptOpenJDK/install-jdk@v1, microsoft/setup-msbuild@v1.1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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 Packages:
tests/Prism.Core.Tests/Events/PubSubEventFixture.cs#L578
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build Packages:
tests/Prism.Core.Tests/Events/PubSubEventFixture.cs#L589
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build Packages:
tests/Prism.Core.Tests/Events/PubSubEventFixture.cs#L578
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build Packages:
tests/Prism.Core.Tests/Events/PubSubEventFixture.cs#L589
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Build Packages:
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 Packages:
src/Forms/Prism.Forms/Behaviors/PageBehaviorFactory.cs#L83
'PageBehaviorFactory.ApplyMasterDetailPageBehaviors(MasterDetailPage)' is obsolete: 'MasterDetailPage is obsolete, please use FlyoutPage'
|
Build Packages:
src/Forms/Prism.Forms/Navigation/PageNavigationService.cs#L343
'PageNavigationService.ProcessNavigationForAbsoulteUri(Queue<string>, INavigationParameters, bool?, bool)' is obsolete: 'Renamed to 'ProcessNavigationForAbsoluteUri''
|
Build Packages:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L9
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnAppearing()'
|
Build Packages:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L10
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnDisappearing()'
|
Build Packages:
src/Forms/Prism.Forms/Behaviors/CarouselPageActiveAwareBehavior.cs#L5
Missing XML comment for publicly visible type or member 'CarouselPageActiveAwareBehavior'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/PageBehaviorFactory.cs#L82
'MasterDetailPage' is obsolete: 'MasterDetailPage is obsolete as of version 5.0.0. Please use FlyoutPage instead.'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/PageBehaviorFactory.cs#L83
'PageBehaviorFactory.ApplyMasterDetailPageBehaviors(MasterDetailPage)' is obsolete: 'MasterDetailPage is obsolete, please use FlyoutPage'
|
Run Tests:
src/Forms/Prism.Forms/Navigation/PageNavigationService.cs#L343
'PageNavigationService.ProcessNavigationForAbsoulteUri(Queue<string>, INavigationParameters, bool?, bool)' is obsolete: 'Renamed to 'ProcessNavigationForAbsoluteUri''
|
Run Tests:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L9
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnAppearing()'
|
Run Tests:
src/Forms/Prism.Forms/AppModel/IPageLifecycleAware.cs#L10
Missing XML comment for publicly visible type or member 'IPageLifecycleAware.OnDisappearing()'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/CarouselPageActiveAwareBehavior.cs#L5
Missing XML comment for publicly visible type or member 'CarouselPageActiveAwareBehavior'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/MultiPageActiveAwareBehavior{T}.cs#L8
Missing XML comment for publicly visible type or member 'MultiPageActiveAwareBehavior<T>'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/MultiPageActiveAwareBehavior{T}.cs#L10
Missing XML comment for publicly visible type or member 'MultiPageActiveAwareBehavior<T>._lastSelectedPage'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/NavigationPageActiveAwareBehavior.cs#L6
Missing XML comment for publicly visible type or member 'NavigationPageActiveAwareBehavior'
|
Run Tests:
src/Forms/Prism.Forms/Behaviors/NavigationPageActiveAwareBehavior.cs#L8
Missing XML comment for publicly visible type or member 'NavigationPageActiveAwareBehavior.OnAttachedTo(NavigationPage)'
|
Loading