Skip to content

feat: add CreateSymbolicLink support - #871

Merged
mergify[bot] merged 4 commits into
TestableIO:mainfrom
davidrogers090:feature/add-create-symbolic-link
Aug 15, 2022
Merged

feat: add CreateSymbolicLink support#871
mergify[bot] merged 4 commits into
TestableIO:mainfrom
davidrogers090:feature/add-create-symbolic-link

Conversation

@davidrogers090

Copy link
Copy Markdown
Contributor

Adds a FileSystemInfo extension for wrapping convenience.
Adds FEATURE_CREATE_SYMBOLIC_LINK to the build properties.
Includes mock implementations and mock tests.
Updates the ApiParityTests to no longer ignore CreateSymbolicLink for .net 6.0.
Bumps the version in version.json.

See #869

Adds a FileSystemInfo extension for wrapping convenience.
Adds FEATURE_CREATE_SYMBOLIC_LINK to the build properties.
Includes mock implementations and mock tests.
Updates the ApiParityTests to no longer ignore CreateSymbolicLink for .net 6.0.
Bumps the version in version.json.
@davidrogers090davidrogers090 changed the title Adds CreateSymbolicLink supportfeat:Adds CreateSymbolicLink supportAug 9, 2022
@davidrogers090davidrogers090 changed the title feat:Adds CreateSymbolicLink supportfeat: Adds CreateSymbolicLink supportAug 9, 2022
@fgreinacherfgreinacher changed the title feat: Adds CreateSymbolicLink supportfeat: add CreateSymbolicLink supportAug 9, 2022

@fgreinacherfgreinacher left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very clean, thanks @davidrogers090 👍

@mergify
mergifyBot merged commit defd44b into TestableIO:mainAug 15, 2022
@github-actions

Copy link
Copy Markdown

This is addressed in release v17.0.28.

@github-actionsgithub-actionsBot added the state: released Issues that are released label Aug 15, 2022
vbreuss pushed a commit to vbreuss/System.IO.Abstractions that referenced this pull request Aug 26, 2022
* Adds CreateSymbolicLink support
Adds a FileSystemInfo extension for wrapping convenience.
Adds FEATURE_CREATE_SYMBOLIC_LINK to the build properties.
Includes mock implementations and mock tests.
Updates the ApiParityTests to no longer ignore CreateSymbolicLink for .net 6.0.
Bumps the version in version.json.
* Skip path tests on non-Windows platform
Co-authored-by: Florian Greinacher <florian@greinacher.de>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state: releasedIssues that are released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@davidrogers090@fgreinacher