Skip to content

Add import preview endpoint and improve import/export tracking #301

Add import preview endpoint and improve import/export tracking

Add import preview endpoint and improve import/export tracking #301

Triggered via push December 31, 2025 16:57
Status Success
Total duration 1m 37s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: Controllers/BackupController.cs#L309
Possible null reference argument for parameter 'targetFilePath' in 'Task<int> BackupRestoreService.RestoreKeysAsync(string fileName, int version, List<string> keys, string targetFilePath, string basePath, bool createBackupBeforeRestore = true)'.
Build and Test: Controllers/BackupController.cs#L275
Possible null reference argument for parameter 'currentFilePath' in 'Task<BackupDiffResult> BackupRestoreService.PreviewRestoreAsync(string fileName, int version, string currentFilePath, 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: UI/ResourceEditorWindow/ResourceEditorWindow.BatchOperations.cs#L250
Possible null reference argument for parameter 'filePath' in 'Task<BackupMetadata> BackupVersionManager.CreateBackupAsync(string filePath, string operation, string basePath)'.
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: 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)'.