Reload Movie Page on Rating Submit and Show Double in Home Page #271
Annotations
10 warnings
build:
Project/Project/Controllers/AuthController.cs#L25
Cannot convert null literal to non-nullable reference type.
|
build:
Project/Project/Controllers/AuthController.cs#L38
Cannot convert null literal to non-nullable reference type.
|
build:
Project/Project/Models/Recommendation.cs#L13
Nullability of reference types in return type of 'string? Recommendation.Movie_id.get' doesn't match implicitly implemented member 'string IMovieItem.Movie_id.get' (possibly because of nullability attributes).
|
build:
Project/Project/Models/Recommendation.cs#L14
Nullability of reference types in return type of 'string? Recommendation.Movie_title.get' doesn't match implicitly implemented member 'string IMovieItem.Movie_title.get' (possibly because of nullability attributes).
|
build:
Project/Project/Models/Recommendation.cs#L15
Nullability of reference types in return type of 'string? Recommendation.Movie_poster.get' doesn't match implicitly implemented member 'string IMovieItem.Movie_poster.get' (possibly because of nullability attributes).
|
build:
Project/Project/Controllers/ReviewController.cs#L29
Dereference of a possibly null reference.
|
build:
Project/Project/Services/WikipediaMediaAPIService.cs#L49
Converting null literal or possible null value to non-nullable type.
|
build:
Project/Project/Controllers/ReviewController.cs#L66
Possible null reference argument for parameter 'value' in 'User? JsonConvert.DeserializeObject<User>(string value)'.
|
build:
Project/Project/Controllers/ReviewController.cs#L67
Dereference of a possibly null reference.
|
build:
Project/Project/Controllers/ReviewController.cs#L119
Dereference of a possibly null reference.
|