Skip to content

Merge pull request #13 from SolidProgramming/dependabot/nuget/HtmlAgi… #35

Merge pull request #13 from SolidProgramming/dependabot/nuget/HtmlAgi…

Merge pull request #13 from SolidProgramming/dependabot/nuget/HtmlAgi… #35

Triggered via push May 24, 2025 07:47
Status Success
Total duration 30s
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/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/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/Classes/SettingsHelper.cs#L17
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.