Update version to v1.7.0 #87
Annotations
10 warnings
|
|
KeyManager.Library/KeyGeneration.cs#L20
'Rfc2898DeriveBytes.Rfc2898DeriveBytes(string, byte[])' is obsolete: 'The default hash algorithm and iteration counts in Rfc2898DeriveBytes constructors are outdated and insecure. Use a constructor that accepts the hash algorithm and the number of iterations.'
|
|
KeyManager.Library.UI/Domain/SelectableKeyEntryId.cs#L14
Non-nullable field '_keyEntryId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
KeyManager.Library.UI/Domain/SelectableKeyEntryId.cs#L14
Non-nullable field '_keyEntryId' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
|
KeyManager/Domain/FavoritesControlViewModel.cs#L57
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
KeyManager/Domain/FavoritesControlViewModel.cs#L57
Possible null reference argument for parameter 'favorites' in 'Task EditKeyStoreControlViewModel.EditFavorite(Favorites favorites, Favorite fav)'.
|
KeyManager/Domain/FavoritesControlViewModel.cs#L57
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
The logs for this run have expired and are no longer available.
Loading