Skip to content

Improve sidebar: remove header, add website link, make title clickable #179

Improve sidebar: remove header, add website link, make title clickable

Improve sidebar: remove header, add website link, make title clickable #179

Triggered via push December 12, 2025 21:38
Status Success
Total duration 1m 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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/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: Controllers/ResourcesController.cs#L37
Possible null reference assignment.
Build and Test: Controllers/StatsController.cs#L56
Possible null reference assignment.
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)'.
Build and Test: LocalizationManager.Core/Backends/Json/JsonResourceReader.cs#L102
Cannot convert null literal to non-nullable reference type.