feat: update get paged albums component #31
Annotations
1 error and 11 warnings
build
Process completed with exit code 1.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/CoinyProject.Domain/Entities/Album.cs#L9
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/Album.cs#L17
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/Album.cs#L18
Non-nullable property 'Elements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/User.cs#L7
Non-nullable property 'Albums' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/User.cs#L7
Non-nullable property 'AuctionBets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/User.cs#L7
Non-nullable property 'FavoriteAlbumElements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/User.cs#L7
Non-nullable property 'Discussions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/User.cs#L7
Non-nullable property 'DiscussionMessages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/FavoriteAlbumElements.cs#L10
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Domain/Entities/FavoriteAlbumElements.cs#L11
Non-nullable property 'AlbumElement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|