fix: adjust Recipe Details into a single FeedView #3388
Annotations
10 warnings
|
Chefs/Business/Services/Users/UserService.cs#L25
Possible null reference argument for parameter 'user' in 'User.User(UserData user)'.
|
|
Chefs/Business/Services/Users/UserService.cs#L31
Possible null reference argument for parameter 'user' in 'User.User(UserData user)'.
|
|
Chefs/Business/Services/Sharing/ShareService.cs#L19
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Chefs/App.xaml.host.cs#L87
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Chefs/Business/Services/Sharing/ShareService.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Chefs/Business/Services/Recipes/RecipeService.cs#L124
Possible null reference argument for parameter 'reviewData' in 'Review.Review(ReviewData reviewData)'.
|
|
Chefs/Business/Services/Recipes/RecipeService.cs#L164
Possible null reference argument for parameter 'reviewData' in 'Review.Review(ReviewData reviewData)'.
|
|
Chefs/Business/Services/Recipes/RecipeService.cs#L172
Possible null reference argument for parameter 'reviewData' in 'Review.Review(ReviewData reviewData)'.
|
|
Chefs/Converters/FromBoolToValueConverter.cs#L7
Non-nullable property 'NullValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Chefs/Converters/FromBoolToValueConverter.cs#L9
Non-nullable property 'FalseValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading