Skip to content

fix s.to popular series #81

fix s.to popular series

fix s.to popular series #81

Triggered via push February 17, 2026 17:04
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Misc/HtmlNodeQueryBuilder.cs#L130
Converting null literal or possible null value to non-nullable type.
build: AniWorldReminder_API/Misc/HtmlNodeQueryBuilder.cs#L27
Possible null reference return.
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#L21
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.