Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Undisposed enumerator in CommandLineConfigurationProvider.Load() #463

Closed
divega opened this issue Jun 13, 2016 · 1 comment
Closed

Undisposed enumerator in CommandLineConfigurationProvider.Load() #463

divega opened this issue Jun 13, 2016 · 1 comment
Assignees

Comments

@divega
Copy link

divega commented Jun 13, 2016

The command line provider is designed to process arguments from the command line, but it can actually be used with any IEnumerable<T>, potentially with one in which disposing the enumerator matters... And it only takes a using statement to do it. (I have seen bugs caused by assuming that it would never matter).

@shirhatti shirhatti added this to the 1.0.1 milestone Jun 15, 2016
@shirhatti shirhatti added the bug label Jun 15, 2016
@HaoK HaoK self-assigned this Jul 1, 2016
@HaoK
Copy link
Member

HaoK commented Jul 28, 2016

dc56902

@HaoK HaoK closed this as completed Jul 28, 2016
@HaoK HaoK added 3 - Done and removed 2 - Working labels Jul 28, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants