Skip to content

ValidatableBase Type/PropertyInfo cache is not thread-safe #3

Description

@scionwest

Need to convert the ValidatableBase class static Dictionary of cached Types and their properties to a thread-safe collection. ConcurrentDictionary is not available for PCL projects so a custom Immutable Binary Search Tree will have to be wrote to handle this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions