Merge pull request #3150 from RLittlesII/chore/build/macos #151
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/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 Packages:
src/Prism.Core/Mvvm/ViewRegistryBase{TBaseView}.cs#L130
Nullability of reference types in value of type 'IEnumerable<Type?>' doesn't match target type 'IEnumerable<Type>'.
|
Build Packages:
src/Prism.Core/Common/ParametersExtensions.cs#L49
Possible null reference return.
|
Build Packages:
src/Prism.Core/Mvvm/ViewModelLocationProvider.cs#L29
Possible null reference return.
|
Build Packages:
src/Prism.Core/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
Build Packages:
src/Prism.Core/Common/ParametersExtensions.cs#L110
Possible null reference assignment.
|
Build Packages:
src/Prism.Core/Common/ParametersExtensions.cs#L144
Possible null reference assignment.
|
Build Packages:
src/Prism.Core/Mvvm/ViewModelLocationProvider.cs#L47
Possible null reference return.
|
Build Packages:
src/Prism.Core/Mvvm/ErrorsContainer.cs#L140
Possible null reference argument for parameter 'collection' in 'List<T>.List(IEnumerable<T> collection)'.
|
Build Packages:
src/Prism.Core/Mvvm/PropertySupport.cs#L57
Dereference of a possibly null reference.
|
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/
|
Loading