Prism.Avalonia Library #273
Annotations
11 warnings
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/
|
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/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/Common/ParametersExtensions.cs#L78
Possible null reference assignment.
|
Build Packages:
src/Prism.Core/Mvvm/ViewModelLocationProvider.cs#L29
Possible null reference return.
|
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/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.
|
Loading