Skip to content

DB fails to deserialize a HashSet #112

@HarvieKrumpet

Description

@HarvieKrumpet

public HashSet NameHash { get; set; } = [];

Seems it does serialize into the DB, but get null in any class I include it in the DB. the entire containing class will be null upon querying for it.

I "can" serialize and deserialize the same class manually via system.text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions