Fix "Get music share links" embed #184
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.
|