Skip to content

Fix web stats calculation to handle plural forms correctly #319

Fix web stats calculation to handle plural forms correctly

Fix web stats calculation to handle plural forms correctly #319

Triggered via push January 6, 2026 11:58
Status Success
Total duration 1m 12s
Artifacts

ci.yml

on: push
Build and Test
1m 9s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: Controllers/BackupController.cs#L175
Possible null reference argument for parameter 'filePath' in 'Task<BackupMetadata> BackupVersionManager.CreateBackupAsync(string filePath, string operation, string basePath)'.
Build and Test: Controllers/BackupController.cs#L153
Possible null reference argument for parameter 'filePath' in 'Task<BackupMetadata> BackupVersionManager.CreateBackupAsync(string filePath, string operation, string basePath)'.
Build and Test: Commands/Backup/BackupRestoreCommand.cs#L208
Dereference of a possibly null reference.
Build and Test: Commands/Backup/BackupCreateCommand.cs#L137
Dereference of a possibly null reference.
Build and Test: Commands/Backup/BackupCreateCommand.cs#L87
Possible null reference argument for parameter 'filePath' in 'Task<BackupMetadata> BackupVersionManager.CreateBackupAsync(string filePath, string operation, string basePath)'.
Build and Test: Commands/AddCommand.cs#L349
Possible null reference argument for parameter 'filePath' in 'Task<BackupMetadata> BackupVersionManager.CreateBackupAsync(string filePath, string operation, string basePath)'.
Build and Test: LocalizationManager.Core/Backends/Json/JsonResourceReader.cs#L102
Cannot convert null literal to non-nullable reference type.
Build and Test: LocalizationManager.Core/Translation/Providers/DeepLProvider.cs#L77
Possible null reference argument for parameter 'targetLanguageCode' in 'Task<TextResult> Translator.TranslateTextAsync(string text, string? sourceLanguageCode, string targetLanguageCode, TextTranslateOptions? options = null, CancellationToken cancellationToken = default(CancellationToken))'.
Build and Test: LocalizationManager.Core/Backends/Json/JsonResourceWriter.cs#L56
Possible null reference argument for parameter 'destFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.
Build and Test: LocalizationManager.Core/Backends/Resx/ResxResourceWriter.cs#L88
Possible null reference argument for parameter 'destFileName' in 'void File.Move(string sourceFileName, string destFileName, bool overwrite)'.