jozefizso / SystemWrapper

.NET library for easier testing of system APIs.
Microsoft Public License
175 stars 62 forks source link

IFile doesn't define ReadLines #10

Closed sandeepiiit closed 8 years ago

sandeepiiit commented 8 years ago

IFile doesn't have a definition of File.ReadLines() method. This is more efficient than File.ReadAllLines() for larger files and would be a good addition IMHO.

https://msdn.microsoft.com/en-us/library/dd383503(v=vs.110).aspx public static IEnumerable ReadLines( string path )

jozefizso commented 8 years ago

Pull request would be welcome.

jozefizso commented 8 years ago

Implemented in v0.11.0