Skip to content
Triggered via push May 29, 2024 13:08
Status Success
Total duration 38s
Artifacts

YelpApiWeb.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
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/.
build
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/
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/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'.
build: Yelp.Api.Domain/Models/ModelBase.cs#L106
Cannot convert null literal to non-nullable reference type.
build: Yelp.Api.Domain/Models/ModelBase.cs#L69
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.