Skip to content

Fix backup rotation test for weekly backups #310

Fix backup rotation test for weekly backups

Fix backup rotation test for weekly backups #310

Triggered via push January 5, 2026 06:06
Status Success
Total duration 1m 23s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: Commands/ConvertCommand.cs#L125
Possible null reference argument for parameter 'columns' in 'Table TableExtensions.AddRow(Table table, params string[] columns)'.
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: Commands/Backup/BackupDiffCommand.cs#L153
Possible null reference argument for parameter 'currentFilePath' in 'Task<BackupDiffResult> BackupDiffService.CompareWithCurrentAsync(BackupMetadata backupVersion, string backupFilePath, string currentFilePath, bool includeUnchanged = false)'.
Build and Test: Commands/Backup/BackupDiffCommand.cs#L142
Dereference of a possibly null reference.
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: LocalizationManager.Core/Backends/Json/JsonResourceReader.cs#L102
Cannot convert null literal to non-nullable reference type.
Build and Test: LocalizationManager.Core/Backends/Json/JsonResourceWriter.cs#L50
Possible null reference argument for parameter 'path' in 'void File.WriteAllText(string path, string? contents)'.
Build and Test: LocalizationManager.Core/Backends/Resx/ResxResourceWriter.cs#L84
Possible null reference argument for parameter 'fileName' in 'void XDocument.Save(string fileName)'.