runceel / ReactiveProperty

ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target frameworks are .NET 6+, .NET Framework 4.7.2 and .NET Standard 2.0.
MIT License
903 stars 101 forks source link

Support for ReactiveCollection.AddRangeOnScheduler #10

Closed BADF00D closed 9 years ago

BADF00D commented 9 years ago

Hi, I would like to have the possibility add an range of items to a ReactiveCollection.

What do you think?

runceel commented 9 years ago

Hi. Thank you for your feedback.

I think so too.I add AddRangeOnScheduler method to a ReactiveCollection. And release to nuget. Please confirm.

BADF00D commented 9 years ago

Hi, I just downloaded version 2.2.6, but the AddRangeOnScheduler seems to be missing. I can see that the method has been added in commit 6b59946779144b68d8d9056f54fb3dda9f60c1c8 within github. Maybe something went wrong during deployment of the package?

Beste Greetings: reactiveproperty missing addrange

runceel commented 9 years ago

Sorry! I have missed packaging process. I repackaged ReactiveProperty v2.2.6.1.

BADF00D commented 9 years ago

Thanks, seems to work for me.