chore: enable nullability for mvvm helpers #176
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L62
Possible null reference argument for parameter 'page' in 'void MvvmHelpers.DestroyChildren(IView page)'.
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L286
Dereference of a possibly null reference.
|
Build Packages:
src/Maui/Prism.Maui/Navigation/PrismWindowManager.cs#L17
Field 'PrismWindowManager._current' is never assigned to, and will always have its default value null
|
Build Packages:
src/Maui/Prism.Maui/Behaviors/NavigationPageSystemGoBackBehavior.cs#L6
Missing XML comment for publicly visible type or member 'NavigationPageSystemGoBackBehavior'
|
Build Packages:
src/Maui/Prism.Maui/Behaviors/NavigationPageSystemGoBackBehavior.cs#L8
Missing XML comment for publicly visible type or member 'NavigationPageSystemGoBackBehavior.OnAttachedTo(NavigationPage)'
|
Build Packages:
src/Maui/Prism.Maui/Behaviors/NavigationPageSystemGoBackBehavior.cs#L14
Missing XML comment for publicly visible type or member 'NavigationPageSystemGoBackBehavior.OnDetachingFrom(NavigationPage)'
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L14
Missing XML comment for publicly visible type or member 'MvvmHelpers'
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L16
Missing XML comment for publicly visible type or member 'MvvmHelpers.InvokeViewAndViewModelAction<T>(object?, Action<T>)'
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L37
Missing XML comment for publicly visible type or member 'MvvmHelpers.InvokeViewAndViewModelActionAsync<T>(object?, Func<T, Task>)'
|
Build Packages:
src/Maui/Prism.Maui/Common/MvvmHelpers.cs#L58
Missing XML comment for publicly visible type or member 'MvvmHelpers.DestroyPage(IView?)'
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "NuGet".
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/
|
Loading