Update docker-image.yml #9
Annotations
10 warnings
|
build:
AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L143
Non-nullable property 'LastEpisodeToAir' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L137
Non-nullable property 'Languages' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L125
Non-nullable property 'Genres' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L119
Non-nullable property 'EpisodeRunTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L116
Non-nullable property 'CreatedBy' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
AniWorldReminder_API/Services/TMDBService.cs#L70
Dereference of a possibly null reference.
|
|
build:
AniWorldReminder_API/Services/TMDBService.cs#L65
Dereference of a possibly null reference.
|
|
build:
AniWorldReminder_API/Misc/StreamingPortalHelper.cs#L17
Dereference of a possibly null reference.
|
|
build:
AniWorldReminder_API/Misc/StreamingPortalHelper.cs#L16
Converting null literal or possible null value to non-nullable type.
|
|
build:
AniWorldReminder_API/Classes/SettingsHelper.cs#L17
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|