-
Notifications
You must be signed in to change notification settings - Fork 267
Closed
Labels
area: coreIssues that address the core abstractions & the wrappersIssues that address the core abstractions & the wrappersstate: in workIssues that are currently worked onIssues that are currently worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality
Description
Is your feature request related to a problem? Please describe.
I'd like to be able to use the File.CreateSymbolicLink and Directory.CreateSymbolicLink functionality in a testable way.
Describe the solution you'd like
The IFile.CreateSymbolicLink and IDirectory.CreateSymbolicLink and the default implementations available for use.
Describe alternatives you've considered
I could use the old way to create symbolic links, but this is messy and difficult to test.
I could invoke cmd.exe mklink, but this is not cross-platform and has serious security concerns.
Additional context
Related to #789.
Metadata
Metadata
Assignees
Labels
area: coreIssues that address the core abstractions & the wrappersIssues that address the core abstractions & the wrappersstate: in workIssues that are currently worked onIssues that are currently worked ontype: enhancementIssues that propose new functionalityIssues that propose new functionality