Skip to content

Use IReadOnlySet on .NET 5 #864

Closed
@bart-degreed

Description

@bart-degreed

Description

We are currently using IReadOnlyCollection<T> and ISet<T> in various places throughout the codebase.

JADNC currently requires .NET Core 3.1+.

In .NET 5, IReadOnlySet<T> was added. When we upgrade JADNC to .NET 5, we should consider to use the newer collection types like this one.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions