Skip to content

feat(launchSettings): Anwendung-URL für lokale Entwicklung hinzugefügt #47

feat(launchSettings): Anwendung-URL für lokale Entwicklung hinzugefügt

feat(launchSettings): Anwendung-URL für lokale Entwicklung hinzugefügt #47

Triggered via push December 8, 2025 03:10
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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#L21
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.