New issue report by azizatif:
Add unit tests to ensure that operators that consume a sequence
(IEnumerable<T>) but return a result immediately (non-deferred execution)
like Min, Max, Avergae, Count and so on, dispose the enumerator.
All IEnumerator<T> implementations must also implement IDisposable.Dispose
and therefore the LINQ operators consuming an enumerator should dispose it
before returning, either successfully or in the event of an exception.
Issue attributes:
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Component-Tests
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 by azizatif:
(No comment was entered for this change.)
Issue attribute updates:
Status: Started
Owner: azizatif
Cc: dominik....@skybow.com
Comment #2 by azizatif:
Fixed and concluded in r207.
Comment #3 by azizatif:
(No comment was entered for this change.)
Issue attribute updates:
Status: Fixed