8000 Third commit · Lynndabel/BookLib@06be8e4 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Third commit

Third commit #4

Triggered via push May 18, 2024 03:00
Status Success
Total duration 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.
0