-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In linux, it happens when it try to launch the SecureLocalStorage with the default config
var config = new DefaultLocalStorageConfig();
var secureStorage = new SecureLocalStorage.SecureLocalStorage(config);
Une exception non gérée du type 'System.ArgumentNullException' s'est produite dans Avalonia.Base.dll: 'Value cannot be null.'
Trace de la pile :
> à Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(Object value, String parameterName)
> à Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
> à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
> à Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value)
> à SecureLocalStorage.SecureLocalStorage.Read()
> à SecureLocalStorage.SecureLocalStorage..ctor(ISecureLocalStorageConfig configuration)
Metadata
Metadata
Assignees
Labels
No labels
