Fix incorrect null typing for logger #186
Annotations
10 warnings
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.
|
Build:
src/App/Models/ITunes/SongItem.cs#L44
Non-nullable property 'TrackViewUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|