-
Notifications
You must be signed in to change notification settings - Fork 263
Method Comments #245
Copy link
Copy link
Closed
Labels
state: in workIssues that are currently worked onIssues that are currently worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality
Metadata
Metadata
Assignees
Labels
state: in workIssues that are currently worked onIssues that are currently worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality
What would be nice is for IO.Abstractions to display the corresponding method comments from System.IO; for example
DirectoryInfoBase.FullNamewould display the same comment (Gets the full path of the directory or file) asDirectoryInfo.FullName, rather than not displaying anything at all.Unfortunately I don't know if it is possible to automatically pull comments across (using something like the inherit tag), or if the comments would have to be added manually (with the risk of comments potentially changing between System.IO and IO.Abstractions).