fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

Add Descriptions to IO_ExtensionMethods_Folders.cs #10

Closed DinisCruz closed 9 years ago

DinisCruz commented 10 years ago

Here https://github.com/o2platform/FluentSharp/blob/master/FluentSharp.CoreLib/ExtensionMethods/IO/IO_ExtensionMethods_Folders.cs

For example: https://github.com/o2platform/FluentSharp/blob/master/FluentSharp.CoreLib/ExtensionMethods/IO/IO_ExtensionMethods_Folders.cs#L48

Also add a corresponding UnitTest for each of these extension methods (and think about how to create a help page for them)

DinisCruz commented 9 years ago

Addressed by this issue https://github.com/o2platform/FluentSharp/pull/42