Bump the nuget-minor-and-patch group with 11 updates #289
Annotations
10 warnings
|
Build:
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.
|
|
Build:
Lingarr.Server/Services/Translation/GoogleGeminiService.cs#L287
Possible null reference argument for parameter 'item' in 'bool List<string>.Contains(string item)'.
|
|
Build:
Lingarr.Server/Services/Translation/LocalAiService.cs#L35
Non-nullable field '_replacements' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
Lingarr.Server/Jobs/TelemetryJob.cs#L51
The variable 'ex' is declared but never used
|
|
Build:
Lingarr.Server/Jobs/TranslationJob.cs#L271
Possible null reference argument for parameter 'originalPath' in 'string ISubtitleService.CreateFilePath(string originalPath, string targetLanguage, string subtitleTag)'.
|
|
Build:
Lingarr.Server/Jobs/TranslationJob.cs#L167
Possible null reference argument for parameter 'filePath' in 'Task<List<SubtitleItem>> ISubtitleService.ReadSubtitles(string filePath)'.
|
|
Build:
Lingarr.Server/Jobs/TranslationJob.cs#L157
Possible null reference argument for parameter 'filePath' in 'bool ISubtitleService.ValidateSubtitle(string filePath, SubtitleValidationOptions validationOptions)'.
|
|
Build:
Lingarr.Server/Services/Translation/LocalAiService.cs#L22
'LocalAiService._replacements' hides inherited member 'BaseLanguageService._replacements'. Use the new keyword if hiding was intended.
|
|
Build:
Lingarr.Server/Services/MediaSubtitleProcessor.cs#L228
XML comment has badly formed XML -- 'The character(s) '' cannot be used at this location.'
|
|
Build:
Lingarr.Core/LingarrVersion.cs#L29
The variable 'ex' is declared but never used
|
Loading