Build #83
Annotations
22 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: nuget/setup-nuget@296fd3ccf8528660c91106efefe2364482f86d6f, actions/setup-java@v3, actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2, microsoft/setup-msbuild@1ff57057b5cfdc39105cd07a01d78e9b0ea0c14c, dorny/test-reporter@c9b3d0e2bd2a4e96aaf424dbaa31c46b42318226, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Core tests:
src/Core/Models/Request/SetPasswordRequest.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Run Core tests:
src/Core/Services/VaultTimeoutService.cs#L203
'IStateService.GetPinProtectedKeyAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyEphemeralAsync instead, left for migration purposes'
|
Run Core tests:
src/Core/Services/VaultTimeoutService.cs#L263
'IStateService.GetPinProtectedAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L107
'Account.AccountSettings.VaultTimeout' is obsolete: 'Feb 10 2023: VaultTimeout has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L107
'Account.AccountSettings.VaultTimeout' is obsolete: 'Feb 10 2023: VaultTimeout has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L108
'Account.AccountSettings.VaultTimeoutAction' is obsolete: 'Feb 10 2023: VaultTimeoutAction has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L108
'Account.AccountSettings.VaultTimeoutAction' is obsolete: 'Feb 10 2023: VaultTimeoutAction has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L109
'Account.AccountSettings.ScreenCaptureAllowed' is obsolete: 'Feb 10 2023: ScreenCaptureAllowed has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Models/Domain/Account.cs#L109
'Account.AccountSettings.ScreenCaptureAllowed' is obsolete: 'Feb 10 2023: ScreenCaptureAllowed has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Run Core tests:
src/Core/Services/AuthService.cs#L491
'AuthResult.ResetMasterPassword' is obsolete: 'Use AccountDecryptionOptions to determine if the user does not have a MP'
|
Sign for F-Droid
Assembly 'Xamarin.Android.Support.Annotations' is using a deprecated attribute '[assembly: Java.Interop.DoNotPackageAttribute]'. Use a newer version of this NuGet package or notify the library author.
|
Build for F-Droid:
src/Core/Models/Request/SetPasswordRequest.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L107
'Account.AccountSettings.VaultTimeout' is obsolete: 'Feb 10 2023: VaultTimeout has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L107
'Account.AccountSettings.VaultTimeout' is obsolete: 'Feb 10 2023: VaultTimeout has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L108
'Account.AccountSettings.VaultTimeoutAction' is obsolete: 'Feb 10 2023: VaultTimeoutAction has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L108
'Account.AccountSettings.VaultTimeoutAction' is obsolete: 'Feb 10 2023: VaultTimeoutAction has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L109
'Account.AccountSettings.ScreenCaptureAllowed' is obsolete: 'Feb 10 2023: ScreenCaptureAllowed has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Models/Domain/Account.cs#L109
'Account.AccountSettings.ScreenCaptureAllowed' is obsolete: 'Feb 10 2023: ScreenCaptureAllowed has been deprecated in favor of stored prefs to retain value after logout. It remains here to allow for migration during app upgrade.'
|
Build for F-Droid:
src/Core/Services/VaultTimeoutService.cs#L203
'IStateService.GetPinProtectedKeyAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyEphemeralAsync instead, left for migration purposes'
|
Build for F-Droid:
src/Core/Services/VaultTimeoutService.cs#L263
'IStateService.GetPinProtectedAsync(string)' is obsolete: 'Use GetPinKeyEncryptedUserKeyAsync instead, left for migration purposes'
|
Build for F-Droid:
src/Core/Services/CryptoService.cs#L140
'IStateService.GetKeyDecryptedAsync(string)' is obsolete: 'Use GetMasterKeyAsync instead, left for migration purposes'
|
Loading