-
Notifications
You must be signed in to change notification settings - Fork 299
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
Revamp observable collection APIs #169
Conversation
5c9a731
to
eda464a
Compare
09fbb92
to
f6167d3
Compare
Marking this as ready for review, it's in a good state now and we should include this in Preview3 to get folks to try it out. We can always keep refining things with additional feedback from the community, and what's here is better than main anyway 😊 |
@Sergio0694 did you finish updating the sample for this or is that still being worked on? Just wondering if any has changed coming out of that yet or not or if that's the next step? |
@michael-hawker Sample and docs are working in progress, finished them up now 🙂 |
CommunityToolkit.Mvvm/Collections/ObservableGroupedCollectionExtensions.cs
Show resolved
Hide resolved
CommunityToolkit.Mvvm/Collections/ObservableGroupedCollectionExtensions.cs
Show resolved
Hide resolved
CommunityToolkit.Mvvm/Collections/ReadOnlyObservableGroupedCollection{TKey,TElement}.cs
Show resolved
Hide resolved
CommunityToolkit.Mvvm/Collections/ReadOnlyObservableGroupedCollection{TKey,TElement}.cs
Show resolved
Hide resolved
CommunityToolkit.Mvvm/Collections/ReadOnlyObservableGroupedCollection{TKey,TElement}.cs
Show resolved
Hide resolved
tests/CommunityToolkit.Mvvm.UnitTests/Collections/Test_ReadOnlyObservableGroupedCollection.cs
Outdated
Show resolved
Hide resolved
tests/CommunityToolkit.Mvvm.UnitTests/Collections/Test_ReadOnlyObservableGroupedCollection.cs
Outdated
Show resolved
Hide resolved
tests/CommunityToolkit.Mvvm.UnitTests/Collections/Test_ReadOnlyObservableGroupedCollection.cs
Show resolved
Hide resolved
324f7c0
to
d1e75b9
Compare
9f4420f
to
b897947
Compare
Closes #168.
Discussion on the changes should go in the linked issue, let's centralize that there and just keep PR reviews here.