Merge pull request #1 from HlibPavlyk/develop #22
Annotations
11 warnings
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.Core.Domain/Entities/AlbumElement.cs#L15
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.Core.Domain/Entities/AlbumElement.cs#L17
Non-nullable property 'ImageURL' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Core.Domain/Entities/Album.cs#L12
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.Core.Domain/Entities/AuctionBet.cs#L14
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Core.Domain/Entities/AuctionBet.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.Core.Domain/Entities/AuctionBet.cs#L18
Non-nullable property 'Auction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Core.Domain/Entities/Auction.cs#L20
Non-nullable property 'AlbumElement' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/CoinyProject.Core.Domain/Entities/Auction.cs#L21
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.Core.Domain/Entities/User.cs#L15
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.Core.Domain/Entities/FavoriteAlbums.cs#L12
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|