Skip to content

Update docker-image.yml #7

Update docker-image.yml

Update docker-image.yml #7

Triggered via push April 3, 2025 21:36
Status Success
Total duration 29s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AniWorldReminder_API/Models/TMDBSearchTVByIdModel.cs#L182
Non-nullable property 'ProductionCountries' 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#L179
Non-nullable property 'ProductionCompanies' 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#L161
Non-nullable property 'OriginCountry' 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#L152
Non-nullable property 'Networks' 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#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/Classes/SettingsHelper.cs#L17
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.