1-9 of 9 < Previous Next >
1 vote

Support Linq extension methods.

A very nice additon to PowerCollections would be the addition of Linq extension methods.

id# 5458 | Planned Release: None | Last Updated: Wed at 6:02 AM  by DavidLarson
1 vote

Pair<TFirst, TSecond> should *not* implement IComparable, should implement IEquatable

The current IComparable implementation throws if the contained types fail to implement IComparable, which I believe to be a bad design (if that's the case, the argument should be required to implem...

id# 3979 | Planned Release: None | Last Updated: Mar 9 at 5:05 AM  by okoboji
1 vote

MultiDictionary Remove and RemoveMany bug

If you try to remove an item from a MultiDictionary when it doesn't exist and there is only one element in the MultiDictionary, the last element is removed. See code snippet below: MultiDictionar...

id# 3728 | Planned Release: None | Last Updated: Feb 19 at 3:38 PM  by MelindaYoung
4 votes

Empty Set<> serialization bug

This sample crashes then the Set is empty. new BinaryFormatter().Serialize(new MemoryStream(), new Set<int>());

id# 1704 | Planned Release: None | Last Updated: Dec 23 2007 at 8:44 PM  by MihaMarkic
3 votes

MultiDictionary<TKey, TValue> Serialization issue when empty

The following stacktrace occurs when trying to serialize an empty MultiDictionary: at Wintellect.PowerCollections.Hash`1.System.Runtime.Serialization.ISerializable.GetObjectData(SerializationInfo...

id# 1749 | Planned Release: None | Last Updated: Dec 1 2007 at 11:09 PM  by nokiola
1 vote

Bug in MultiDictionary: RemoveAll throws InvalidOperationException: Collection was modified during an enumeration.

The following snippet shows that RemoveAll throws InvalidOperationException: Collection was modified during an enumeration. using System; using System.Collections.Generic; using Wintellect.PowerCo...

id# 2566 | Planned Release: None | Last Updated: Dec 1 2007 at 7:59 PM  by nokiola
1 vote

Still one problem in unit tests

I encountered one left ofter issue with the unit tests, AlgorithmTests.cs, line 4331: NUnit.Framework.AssertionException: String lengths are both 22. Strings differ at index 19. Expected: "{he...

id# 1991 | Planned Release: None | Last Updated: Oct 26 2007 at 11:57 AM  by kradewald
1 vote
closed

Bad help file on site

The help file that is available for download (PowerCollections.chm) is non-functional. It appears that all of the links are wrong and have a machine name user id with them.

id# 1306 | Planned Release: None | Last Updated: Sep 9 2007 at 3:23 AM  by rogerdahlman
1 vote
closed

Errors in unit test

Test 'ToStringEnumerable' in ‘AlgorithmsTests’ class has errors. Errors are in lines 4331, 4333 and 4336. '.' (dot) is used in strings as a decimal separator(-8.9). I think that CultureInfo.Curren...

id# 1318 | Planned Release: None | Last Updated: Sep 8 2007 at 10:39 PM  by rogerdahlman

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-9 of 9 < Previous 1 Next >
Updating...