Third commit #4
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
Data/Repository/Implementations/Repository.cs#L31
Nullability of reference types in return type of 'Task<T?> Repository.GetAsync<T>(string id)' doesn't match implicitly implemented member 'Task<T> IRepository.GetAsync<T>(string Id)'.
|
build:
Models/ViewModels/HomeViewModel.cs#L5
Non-nullable property 'Tabs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/ViewModels/HomeViewModel.cs#L6
Non-nullable property 'NewRelease' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/ViewModels/HomeViewModel.cs#L8
Non-nullable property 'MostPopular' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Entities/Review.cs#L11
Non-nullable property 'Reviewer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Entities/Review.cs#L12
Non-nullable property 'Book' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Entities/Rating.cs#L10
Non-nullable property 'Rater' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Entities/Rating.cs#L11
Non-nullable property 'Book' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Models/Entities/Category.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Data/Repository/Implementations/Repository.cs#L27
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.
|