Skip to content

Update docker-image.yml #9

Update docker-image.yml

Update docker-image.yml #9

Triggered via push April 3, 2025 21:46
Status Success
Total duration 28s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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)'.