UTF.Unknown by: Julian Verdurmen, Rustam Sayfutdinov, Rudi Pettazzi, Shy Shalom
  • 1 total downloads
  • Latest version: 2.5.0
  • charset detection unicode ascii netstandard
Detect character set for files, streams and other bytes. This package is based on Ude and since version 2 also on uchardet, which are ports of the Mozilla Universal Charset Detector. Features: - Easy to use API - Supports frameworks: - .NET Standard 1.0 - .NET Standard 1.3 and 2.0 - .NET Core 3.0 (because `System.Text.Encoding.CodePages` in shared framework) - .NET Framework 4.0 - Strong named - XML documentation included Compared to Ude: - Refactor of API, namespaces and deadcode removal - Added some docs - Improve error handling - Improved unit tests
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.
xunit.extensibility.execution by: James Newkirk, Brad Wilson
  • 1 total downloads
  • Latest version: 2.2.0
Includes xunit.execution.*.dll for extensibility purposes.
Xunit.Priority by: Aaron Sherber
  • 1 total downloads
  • Latest version: 1.1.6
  • xunit priority order
Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.