Closed
Description
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.