RoboSharp.Extensions
1.6.0
Prefix Reserved
dotnet add package RoboSharp.Extensions --version 1.6.0
NuGet\Install-Package RoboSharp.Extensions -Version 1.6.0
<PackageReference Include="RoboSharp.Extensions" Version="1.6.0" />
paket add RoboSharp.Extensions --version 1.6.0
#r "nuget: RoboSharp.Extensions, 1.6.0"
// Install RoboSharp.Extensions as a Cake Addin #addin nuget:?package=RoboSharp.Extensions&version=1.6.0 // Install RoboSharp.Extensions as a Cake Tool #tool nuget:?package=RoboSharp.Extensions&version=1.6.0
RoboSharp
NuGet Packages
Wiki - in progress - https://github.com/tjscience/RoboSharp/wiki
About
RoboSharp is a .NET wrapper for the awesome Robocopy windows application.
Robocopy is a very extensive file copy application written by microsoft and included in modern versions of Windows. To learn more about Robocopy, visit the documentation page at http://technet.microsoft.com/en-us/library/cc733145.aspx.
RoboSharp came out of a need to manipulate Robocopy in a c# backup application that I was writing. It has helped me tremendously so I thought that I would share it! It exposes all of the switches available in RoboCopy as descriptive properties. With RoboSharp, you can subscribe to events that fire when files are processed, errors occur and even as the progress of a file copy changes. Another really nice feature of RoboSharp is that you can pause and resume a copy that is in progress which is a feature that I though was lacking in Robocopy.
In the project, you will find the RoboSharp library as well as a recently updated sample backup application that shows off many (but not all) of the options.
If you like the project, please rate it!
Examples
See the Wiki for examples and code snippets
Bugs / Issues
Before submitting issues please ensure you are using the latest version available, this project is continuously being worked on and improved, so it maybe that a later version already resolve any problems you are having. Thank you.
Contributing to RoboSharp
First off, thanks! Please go through the guidelines.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- RoboSharp (>= 1.6.0)
-
.NETFramework 4.6.2
- RoboSharp (>= 1.6.0)
- System.Memory (>= 4.5.5)
-
.NETFramework 4.8
- RoboSharp (>= 1.6.0)
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- RoboSharp (>= 1.6.0)
- System.Memory (>= 4.5.5)
-
.NETStandard 2.1
- RoboSharp (>= 1.6.0)
-
net5.0
- RoboSharp (>= 1.6.0)
-
net6.0
- RoboSharp (>= 1.6.0)
-
net8.0
- RoboSharp (>= 1.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Now provides a wrapper for the CopyFileEx utility to allow for asynchronous file movement.