Remove platform key support and fix API key hierarchy documentation #197
Annotations
10 warnings
|
Build and Test:
Controllers/StatsController.cs#L56
Possible null reference assignment.
|
|
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/ResourceFileParser.cs#L160
Possible null reference argument for parameter 'fileName' in 'void XDocument.Save(string fileName)'.
|
|
Build and Test:
LocalizationManager.Core/ResourceFileParser.cs#L132
Possible null reference argument for parameter 'fileName' in 'FileInfo.FileInfo(string fileName)'.
|
|
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#L105
Possible null reference argument for parameter 'path' in 'void File.WriteAllText(string path, string? contents)'.
|