Skip to content

Value cannot be null #3

@cedric56

Description

@cedric56

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);

Image

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions