Skip to content

Fix "Get music share links" embed #184

Fix "Get music share links" embed

Fix "Get music share links" embed #184

Triggered via pull request January 3, 2024 00:31
Status Success
Total duration 2m 23s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/App/Services/MusicBrainzService/MusicBrainzService.cs#L15
Nullability of reference types in value of type 'ILogger<IMusicBrainzService?>' doesn't match target type 'ILogger<IMusicBrainzService>'.
Build: src/App/Models/ITunes/SongItem.cs#L8
Non-nullable property 'WrapperType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L11
Non-nullable property 'Kind' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L23
Non-nullable property 'ArtistName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L26
Non-nullable property 'CollectionName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L29
Non-nullable property 'TrackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L32
Non-nullable property 'CollectionCensoredName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L35
Non-nullable property 'TrackCensoredName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L38
Non-nullable property 'ArtistViewUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/App/Models/ITunes/SongItem.cs#L41
Non-nullable property 'CollectionViewUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.