Update NuGet Packagesupdates #28
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. 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: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Yelp.Api.Domain/Extensions/DictionaryExtensions.cs#L6
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Yelp.Api.Domain/Client.cs#L20
Cannot convert null literal to non-nullable reference type.
|
Yelp.Api.Domain/Client.cs#L64
Cannot convert null literal to non-nullable reference type.
|
Yelp.Api.Domain/Client.cs#L113
Cannot convert null literal to non-nullable reference type.
|
Yelp.Api.Domain/Models/ModelBase.cs#L8
Nullability of reference types in type of 'event PropertyChangedEventHandler ModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Yelp.Api.Domain/ClientBase.cs#L17
Cannot convert null literal to non-nullable reference type.
|
Yelp.Api.Domain/ClientBase.cs#L127
Cannot convert null literal to non-nullable reference type.
|
Yelp.Api.Domain/Models/Category.cs#L35
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Yelp.Api.Domain/Models/Category.cs#L24
Nullability of reference types in type of parameter 'other' of 'bool Category.Equals(Category other)' doesn't match implicitly implemented member 'bool IEquatable<Category>.Equals(Category? other)' (possibly because of nullability attributes).
|
Yelp.Api.Domain/ClientBase.cs#L149
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading