-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Enhance Remove-Item to work with OneDrive (Third) #15571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance Remove-Item to work with OneDrive (Third) #15571
Conversation
@rjmholt Friendly ping :-) |
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
src/System.Management.Automation/namespaces/FileSystemProvider.cs
Outdated
Show resolved
Hide resolved
35ebe2c
to
b28f930
Compare
@iSazonov please add comments around code that's been copy/pasted from .NET about where it's come from |
There is already |
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
/azp run |
Azure Pipelines successfully started running 6 pipeline(s). |
Co-authored-by: Steve Lee <slee@microsoft.com>
src/System.Management.Automation/namespaces/FileSystemProvider.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Steve Lee <slee@microsoft.com>
@PoshChan please remind me in 1 hour |
src/System.Management.Automation/namespaces/FileSystemProvider.cs
Outdated
Show resolved
Hide resolved
src/System.Management.Automation/namespaces/FileSystemProvider.cs
Outdated
Show resolved
Hide resolved
@rjmholt, this is the reminder you requested 1 hour ago |
🎉 Handy links: |
🎉 Handy links: |
PR Summary
Fix #15466
Continue #15260
EnsureExtendedPrefix
is copy-pasted from .Net Runtime repository.PR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.(which runs in a different PS Host).