Skip to content

Merge pull request #250 from lingarr-translate/auth_improvements #82

Merge pull request #250 from lingarr-translate/auth_improvements

Merge pull request #250 from lingarr-translate/auth_improvements #82

Triggered via push December 20, 2025 10:39
Status Success
Total duration 44s
Artifacts

ci.yml

on: push
Test Backend
42s
Test Backend
Test Frontend
28s
Test Frontend
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test Backend: Lingarr.Server/Models/Batch/Request/BatchTranslationRequest.cs#L20
Non-nullable property 'TargetLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Backend: Lingarr.Server/Models/Batch/Request/BatchTranslationRequest.cs#L14
Non-nullable property 'SourceLanguage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Backend: Lingarr.Server/Models/Batch/Request/BatchSubtitleLine.cs#L20
Non-nullable property 'Line' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Backend: Lingarr.Server/Models/Batch/Response/BatchTranslatedLine.cs#L16
Non-nullable property 'Line' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Test Backend: Lingarr.Server/Jobs/TranslationJob.cs#L268
Possible null reference argument for parameter 'originalPath' in 'string ISubtitleService.CreateFilePath(string originalPath, string targetLanguage, string subtitleTag)'.
Test Backend: Lingarr.Server/Jobs/TranslationJob.cs#L173
Possible null reference argument for parameter 'filePath' in 'Task<List<SubtitleItem>> ISubtitleService.ReadSubtitles(string filePath)'.
Test Backend: Lingarr.Server/Jobs/TranslationJob.cs#L153
Possible null reference argument for parameter 'filePath' in 'bool ISubtitleService.ValidateSubtitle(string filePath, SubtitleValidationOptions validationOptions)'.
Test Backend: Lingarr.Server/Services/Translation/LocalAiService.cs#L22
'LocalAiService._replacements' hides inherited member 'BaseLanguageService._replacements'. Use the new keyword if hiding was intended.
Test Backend: Lingarr.Server/Services/MediaSubtitleProcessor.cs#L228
XML comment has badly formed XML -- 'The character(s) '' cannot be used at this location.'
Test Backend: Lingarr.Core/LingarrVersion.cs#L29
The variable 'ex' is declared but never used