Update YelpApiWeb.yml #33
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
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.
|
build:
Yelp.Api.Domain/Client.cs#L20
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/Client.cs#L64
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/Client.cs#L113
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/Models/Category.cs#L35
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
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).
|
build:
Yelp.Api.Domain/ClientBase.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/ClientBase.cs#L127
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/ClientBase.cs#L149
Cannot convert null literal to non-nullable reference type.
|
build:
Yelp.Api.Domain/Models/TrackedChangesModelBase.cs#L7
Cannot convert null literal to non-nullable reference type.
|