Skip to content

feat(api): migrate to OpenAPI and enhance documentation #48

feat(api): migrate to OpenAPI and enhance documentation

feat(api): migrate to OpenAPI and enhance documentation #48

Triggered via push December 8, 2025 08:50
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: AniWorldReminder_API/Misc/HtmlNodeQueryBuilder.cs#L130
Converting null literal or possible null value to non-nullable type.
build: AniWorldReminder_API/Services/TelegramBotService.cs#L95
Possible null reference argument for parameter 'text' in 'Task<Message?> TelegramBotService.SendMessageAsync(long chatId, string text, bool showLinkPreview = true, ParseMode parseMode = ParseMode.Html, bool silentMessage = false, ReplyKeyboardMarkup? rkm = null)'.
build: AniWorldReminder_API/Services/TelegramBotService.cs#L88
Possible null reference argument for parameter 'text' in 'string Extensions.HtmlDecode(string text)'.
build: AniWorldReminder_API/Services/TelegramBotService.cs#L79
Possible null reference argument for parameter 'text' in 'string Extensions.HtmlDecode(string text)'.
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)'.