Skip to content

Migrate web GUI to Radzen and propagate PO SourceText to cloud #327

Migrate web GUI to Radzen and propagate PO SourceText to cloud

Migrate web GUI to Radzen and propagate PO SourceText to cloud #327

Triggered via push May 30, 2026 09:34
Status Failure
Total duration 1m 0s
Artifacts

ci.yml

on: push
Build and Test
57s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
Build and Test
Process completed with exit code 1.
Build and Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build and Test: Pages/Validation.razor#L252
Dereference of a possibly null reference.
Build and Test: Controllers/BackupController.cs#L325
Possible null reference argument for parameter 'targetFilePath' in 'Task<bool> BackupRestoreService.RestoreAsync(string fileName, int version, string targetFilePath, string basePath, bool createBackupBeforeRestore = true)'.
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: 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: 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/JsonResourceReader.cs#L102
Cannot convert null literal to non-nullable reference type.
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)'.