Fixed loop limit bug in Task.TryRemove for the ObservableConcurrentCollection.
authorPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 1 Mar 2012 16:57:15 +0000 (18:57 +0200)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Thu, 1 Mar 2012 16:57:15 +0000 (18:57 +0200)
commit7f5882da24a3341e6bce2ab1b2a7c281b999a64b
treecbfc807e18373b264f47cb5209c71d15a96cedcf
parent48686774df0738e193f68e216f4db871d560647f
Fixed loop limit bug in Task.TryRemove for the ObservableConcurrentCollection.
Fixes #2131
trunk/Pithos.Client.WPF/Preferences/PreferencesViewModel.cs
trunk/Pithos.Client.WPF/Shell/ShellView.xaml
trunk/Pithos.Client.WPF/Shell/ShellViewModel.cs
trunk/Pithos.Core.Test/FileSystemWatcherAdapterTest.cs [new file with mode: 0644]
trunk/Pithos.Core.Test/Pithos.Core.Test.csproj
trunk/Pithos.Core.Test/TaskExtensionsTest.cs [new file with mode: 0644]
trunk/Pithos.Core/TaskExtensions.cs