Skip to content

Merge branch 'upstream/master-241123' #62

Merge branch 'upstream/master-241123'

Merge branch 'upstream/master-241123' #62

Triggered via push November 24, 2023 16:53
Status Failure
Total duration 7m 19s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
F-Droid Build
Java SDK 11.0 or above is required when using $(TargetFrameworkVersion) v13.0.
F-Droid Build
Download the latest JDK at: https://aka.ms/msopenjdk
F-Droid Build
Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11
F-Droid Build
Download the latest JDK at: https://aka.ms/msopenjdk
F-Droid Build
Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11
F-Droid Build
Process completed with exit code 1.
Check for failures
Process completed with exit code 1.
F-Droid Build: src/Core/Models/Request/SetPasswordRequest.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
F-Droid Build: src/Core/Services/VaultTimeoutService.cs#L196
'IStateService.GetPinProtectedKeyAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyEphemeralAsync instead, left for migration purposes'
F-Droid Build: src/Core/Services/VaultTimeoutService.cs#L256
'IStateService.GetPinProtectedAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes'
F-Droid Build: src/Core/Services/AuthService.cs#L491
'AuthResult.ResetMasterPassword' is obsolete: 'Use AccountDecryptionOptions to determine if the user does not have a MP'
F-Droid Build: src/Core/Services/CipherService.cs#L615
'CipherService.LegacyServerAttachmentFileUploadAsync(string, EncString, EncByteArray, EncString)' is obsolete: 'Mar 25 2021: This method has been deprecated in favor of direct uploads. This method still exists for backward compatibility with old server versions.'
F-Droid Build: src/Core/Services/CipherService.cs#L755
The variable 'e' is declared but never used
F-Droid Build: src/Core/Services/CryptoService.cs#L140
'IStateService.GetKeyDecryptedAsync(string)' is obsolete: 'Use GetMasterKeyAsync instead, left for migration purposes'
F-Droid Build: src/Core/Services/CryptoService.cs#L191
'IStateService.GetEncKeyEncryptedAsync(string)' is obsolete: 'Use GetMasterKeyEncryptedUserKeyAsync instead, left for migration purposes'
F-Droid Build: src/Core/Services/CryptoService.cs#L204
'IStateService.SetEncKeyEncryptedAsync(string, string)' is obsolete: 'Use SetMasterKeyEncryptedUserKeyAsync instead, left for migration purposes'
F-Droid Build: src/Core/Services/CryptoService.cs#L499
'IStateService.GetPinProtectedAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes'