Skip to content

refactor: Change AlbumService and some DTOs #3

refactor: Change AlbumService and some DTOs

refactor: Change AlbumService and some DTOs #3

Triggered via push April 12, 2024 20:55
Status Success
Total duration 2m 31s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/CoinyProject.Core.Domain/Entities/Album.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/User.cs#L12
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/User.cs#L13
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/User.cs#L16
Non-nullable property 'AuctionBets' must contain a non-null value when exiting constructor. Consider 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 declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/FavoriteAlbums.cs#L15
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/FavoriteAlbums.cs#L16
Non-nullable property 'Album' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/DiscussionTopic.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/DiscussionMessage.cs#L12
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/CoinyProject.Core.Domain/Entities/DiscussionMessage.cs#L17
Non-nullable property 'Discussion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.