Skip to content

Update YelpApiWeb.yml #33

Update YelpApiWeb.yml

Update YelpApiWeb.yml #33

Triggered via push December 31, 2024 05:55
Status Success
Total duration 35s
Artifacts

YelpApiWeb.yml

on: push
Fit to window
Zoom out
Zoom in

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.