question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for IReadOnlySet✨

See original GitHub issue

Description

Most of the IReadOnlyXXX standard library types are supported out-of-the-box, but System.Collections.Generic.IReadOnlySet is not. Would it be possible to please add this?

Tasks

  • Add support for System.Collections.Generic.IReadOnlySet.
  • Add test-case coverage

More Information

See this similar, earlier, request for IReadOnlyList support.

Thanks!

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
Kralizekcommented, May 9, 2022

@aivascu I know it was tagged as “good first issue” but I realized I needed it myself… 😃

1reaction
aivascucommented, May 10, 2022

@Kralizek leave some issues for the new contributors )

Read more comments on GitHub >

github_iconTop Results From Across the Web

IReadOnlySet<T> Interface (System.Collections.Generic)
Determines if the set contains a specific item. GetEnumerator(). Returns an enumerator that iterates through a collection. (Inherited from IEnumerable).
Read more >
Why does List<T> implement IReadOnlyList<T> in .NET 4.5?
It allows me to use IReadOnlyCollection<T> for arguments when I just want to know the number of elements in the collection without ...
Read more >
A few words about the implementation of List<T> in C# - ...
In C# List<T> is a generic collection that is used to store any number of strongly typed objects as a list, where T...
Read more >
Untitled
Ireadonlycollection vs icollection 列挙可能から完全なるモノまで – IEnumerable ... hey dude pink sparkle WebAug 28, 2017 · Yes, but IReadOnlyCollection means ...
Read more >
How to work with read-only collections in C#
How to work with read-only collections in C#. Take advantage of read-only generic interfaces such as IReadOnlyList, IReadOnlyDictionary, and IReadOnlyCollection ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found