Skip to content

Add --build option to deploy.sh for selective api/web/both builds #178

Add --build option to deploy.sh for selective api/web/both builds

Add --build option to deploy.sh for selective api/web/both builds #178

Triggered via push December 12, 2025 21:35
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#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: 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: 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: 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/ResourceFileParser.cs#L157
Possible null reference argument for parameter 'fileName' in 'void XDocument.Save(string fileName)'.
Build and Test: LocalizationManager.Core/Backends/Json/JsonResourceWriter.cs#L105
Possible null reference argument for parameter 'path' in 'void File.WriteAllText(string path, string? contents)'.