System.Private.Uri by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides implementation of System.Uri. When using NuGet 3.x this package requires at least version 3.4.
TurboJpeg.NET.Native.Windows by: Terekhin Sergey, Ilya Kuryshev
  • 9 total downloads
  • Latest version: 3.1.0.6
  • libjpeg-turbo turbojpeg
TurboJpeg.NET is a C# .NET Standard 2.0 compliant implementation of libjpeg-turbo, allowing for much faster JPEG encoding and decoding. Supported: JPEG encoding JPEG decoding JPEG transformation - crop, flip, turn etc. You also might need native libraries for your platform, for this you should look at TurboJpeg.NET.Native.Windows for Windows. For other platforms please look at https://github.com/libjpeg-turbo/libjpeg-turbo Also, you might want to look at TurboJpeg.NET.Extensions.GDIPlus for GDI+ extensions. Or TurboJpeg.NET.Extensions.SkiaSharp for SKBitmap extensions.
Unclassified.NetRevisionTask by: Yves Goergen
  • 2 total downloads
  • Latest version: 0.4.3
  • build version management git svn subversion msbuild vcs
Injects the current VCS revision of a working directory in a custom format into a .NET assembly build. Based on the .NET Revision Tool, integrated as an MSBuild task, for .NET Framework and .NET Core.
WinSCP by: Martin Prikryl
  • 1 total downloads
  • Latest version: 5.19.5
  • winscp sftp ftp ftps webdav s3 scp transfer
The WinSCP .NET assembly is a .NET wrapper around WinSCP’s scripting interface that allows your code to connect to a remote machine and manipulate remote files over SFTP, FTP, WebDAV, S3 and SCP sessions. The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic scripting interface is too limited. The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. For the same reason it is also difficult to use the assembly within a restricted environment like a web server, that limits or even restricts execution of external processes. For documentation and examples of use, see project website. The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time.
xunit.core by: jnewkirk, bradwilson
  • 2 total downloads
  • Latest version: 2.7.0
Includes the libraries for writing unit tests with xUnit.net.