Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: add class MonitorList to observe values in collections #12

Open
Vasar007 opened this issue Mar 28, 2021 · 0 comments
Open
Assignees
Labels
area: C# Library Related to the C# part of library area: Tests Related to the tests type: Documentation Improvements or additions to documentation type: Feature New feature or request
Milestone

Comments

@Vasar007
Copy link
Owner

Is your feature request related to a problem? Please describe.
Need to add class MonitorList to observe values in collections.

Describe the solution you'd like
Collection wrapper (proxy pattern) which can track changes and return changes ligt on request. Underlying collections should be anything.

Describe alternatives you've considered
Some time ago I have already implemented this class but I lost it, unfortunately.

Additional context
Do not forget to add tests.

@Vasar007 Vasar007 added type: Feature New feature or request area: C# Library Related to the C# part of library area: Tests Related to the tests labels Mar 28, 2021
@Vasar007 Vasar007 added this to the v3.0.0 milestone Mar 28, 2021
@Vasar007 Vasar007 self-assigned this Mar 28, 2021
@Vasar007 Vasar007 added the type: Documentation Improvements or additions to documentation label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C# Library Related to the C# part of library area: Tests Related to the tests type: Documentation Improvements or additions to documentation type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant