You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This library contains highly reuseable classes and methods I find to be missing in the cross-platform standard library of .NET.
4
4
5
+
**Requires**: To open the solution and project files, the latest Visual Studio 2017 RC is required ([released on December 12](https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotes) at time of writing).
6
+
5
7
Namespaces from the original library are followed as much as possible:
6
8
7
9
- Helper classes are contained within the corresponding namespace: e.g., a helper class for `System.IO.Path` will be located in `Whathecode.System.IO.PathHelper`.
0 commit comments