RoboSharp 1.5.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package RoboSharp --version 1.5.0
NuGet\Install-Package RoboSharp -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RoboSharp" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoboSharp --version 1.5.0
#r "nuget: RoboSharp, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RoboSharp as a Cake Addin
#addin nuget:?package=RoboSharp&version=1.5.0

// Install RoboSharp as a Cake Tool
#tool nuget:?package=RoboSharp&version=1.5.0

RoboSharp is a .NET wrapper for the awesome Robocopy windows application.

Product 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 net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on RoboSharp:

Package Downloads
FileSyncLibNet

A library to easily backup or sync 2 folders either once or in a given interval.

Davasorus.Utility.FileStorageCopy.fileStorageCopy

File Storage Copy for TEPS Utilities

RoboSharp.Extensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

This is an Extension Package for RoboSharp, offering extension methods and classes that can be used to create custom IRoboCommand objects. - The AbstractIRoboCommand object should be used as the base for any custom IRoboCommands, as it provided the basic functionality. - Included is a ResultsBuilder and a PairEvaluator object to easily evaluate the Source/Destination file/directory pairs. RoboMover - This is a prebuilt IRoboCommand that is designed to move (not copy) files faster than RoboCopy, if the files are on the same root drive. - Robocopy will copy the file to the destination then delete from source, which is time consuming for large files being moved into a subfolder of the one they already reside in for example. - RoboMover will instead use File.Move() to simply move the file into the new directory, instead of wasting time copying then deleting, greatly improving throughput. - RoboMover always checks if the Source and Destination are on the same root, and if files are getting moved. If both conditions are true, it performs the move. If either condition is false, it will run as a standard RoboCommand.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RoboSharp:

Repository Stars
R2NorthstarTools/VTOL
A Manager and Installer For the Titanfall 2 +Northstar launcher.
Version Downloads Last updated
1.5.0 835 3/19/2024
1.4.2 216 3/16/2024
1.4.1 201 3/12/2024
1.4.0 93 3/12/2024
1.3.6 805 2/23/2024
1.3.5 5,150 10/25/2023
1.3.4 209 10/19/2023
1.3.3 168 10/17/2023
1.3.2 271 10/13/2023
1.3.1 1,439 10/10/2023
1.3.0 4,892 9/7/2023
1.2.9 460 8/30/2023
1.2.8 23,902 6/6/2022
1.2.7 663 5/13/2022
1.2.5 20,053 11/11/2021
1.2.4 4,688 8/4/2021
1.2.3 635 7/30/2021
1.2.2 16,030 10/26/2020
1.2.1 14,528 2/15/2020
1.2.0 45,715 9/15/2018
1.1.2 5,759 3/1/2018
1.1.1 1,210 2/17/2018
1.1.0 2,357 10/13/2017
1.0.27 1,424 6/7/2017
1.0.26 1,039 5/19/2017
1.0.25 6,053 10/2/2016
1.0.24 1,952 7/28/2016
1.0.23 1,670 5/23/2016
1.0.22 2,134 4/29/2016
1.0.21 1,412 4/27/2016
1.0.18 1,326 3/22/2016
1.0.0 1,726 2/25/2016

Adds RoboSharpConfiguration.EnableFileLogging setting.
   This now omits the file and directory items from the RoboCopyResults.LogLines by default to reduce impact on memory during large transfers.
   (Header and Summary will still be recorded into the results object)
   If the original functionality is desired, set this value to TRUE and the file information will be recorded into the RoboCopyResults.LogLines