System.DirectoryServices
by: Microsoft
- 1 total downloads
- Latest version: 9.0.4
Provides easy access to Active Directory Domain Services.
Commonly Used Types:
System.DirectoryServices.DirectoryEntry
System.DirectoryServices.DirectorySearcher
System.DirectoryServices.ActiveDirectory.ActiveDirectorySite
System.DirectoryServices.ActiveDirectory.ApplicationPartition
System.DirectoryServices.ActiveDirectory.DirectoryContext
System.DirectoryServices.ActiveDirectory.DirectoryServer
System.DirectoryServices.ActiveDirectory.Domain
System.DirectoryServices.ActiveDirectory.DomainController
System.Drawing.Common
by: Microsoft
- 6 total downloads
- Latest version: 9.0.7
Provides access to GDI+ graphics functionality.
Commonly Used Types:
System.Drawing.Bitmap
System.Drawing.BitmapData
System.Drawing.Brush
System.Drawing.Font
System.Drawing.Graphics
System.Drawing.Icon
Since .NET 7, non-Windows platforms are not supported, even with the runtime configuration switch. See https://aka.ms/systemdrawingnonwindows for more information.
System.Formats.Asn1
by: Microsoft
- 2 total downloads
- Latest version: 9.0.4
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf
by: Microsoft
- 4 total downloads
- Latest version: 9.0.7
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.
System.IO.Pipelines
by: Microsoft
- 6 total downloads
- Latest version: 9.0.10
Single producer single consumer byte buffer management.
Commonly Used Types:
System.IO.Pipelines.Pipe
System.IO.Pipelines.PipeWriter
System.IO.Pipelines.PipeReader
System.IO.Ports
by: Microsoft
- 3 total downloads
- Latest version: 9.0.8
Provides classes for controlling serial ports.
Commonly Used Types:
System.IO.Ports.SerialPort
System.Management
by: Microsoft
- 3 total downloads
- Latest version: 9.0.10
Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.
Commonly Used Types:
System.Management.ManagementClass
System.Management.ManagementObject
System.Management.SelectQuery
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.
System.Reflection.Metadata
by: Microsoft
- 5 total downloads
- Latest version: 9.0.6
This package provides a low-level .NET (ECMA-335) metadata reader and writer. It's geared for performance and is the ideal choice for building higher-level libraries that intend to provide their own object model, such as compilers. The metadata format is defined by the ECMA-335 - Common Language Infrastructure (CLI) specification.
The System.Reflection.Metadata library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Resources.Extensions
by: Microsoft
- 8 total downloads
- Latest version: 9.0.9
Provides classes which read and write resources in a format that supports non-primitive objects.
Commonly Used Types:
System.Resources.Extensions.DeserializingResourceReader
System.Resources.Extensions.PreserializedResourceWriter
System.Security.Cryptography.ProtectedData
by: Microsoft
- 5 total downloads
- Latest version: 9.0.8
Provides access to Windows Data Protection Api.
Commonly Used Types:
System.Security.Cryptography.DataProtectionScope
System.Security.Cryptography.ProtectedData
System.Text.Encoding.CodePages
by: Microsoft
- 1 total downloads
- Latest version: 9.0.4
Provides support for code-page based encodings, including Windows-1252, Shift-JIS, and GB2312.
Commonly Used Types:
System.Text.CodePagesEncodingProvider
System.Text.Encodings.Web
by: Microsoft
- 5 total downloads
- Latest version: 10.0.0
Provides types for encoding and escaping strings for use in JavaScript, HyperText Markup Language (HTML), and uniform resource locators (URL).
Commonly Used Types:
System.Text.Encodings.Web.HtmlEncoder
System.Text.Encodings.Web.UrlEncoder
System.Text.Encodings.Web.JavaScriptEncoder
System.Text.Json
by: Microsoft
- 6 total downloads
- Latest version: 9.0.10
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
System.Threading.AccessControl
by: Microsoft
- 1 total downloads
- Latest version: 9.0.9
Provides support for managing access and audit control lists for synchronization primitives.
Commonly Used Types:
System.Security.AccessControl.EventWaitHandleAccessRule
System.Security.AccessControl.EventWaitHandleAuditRule
System.Security.AccessControl.MutexAccessRule
System.Security.AccessControl.MutexAuditRule
System.Security.AccessControl.MutexSecurity
System.Security.AccessControl.SemaphoreAccessRule
System.Security.AccessControl.SemaphoreAuditRule
System.Security.AccessControl.SemaphoreSecurity
System.Windows.Extensions
by: Microsoft
- 1 total downloads
- Latest version: 9.0.9
Provides miscellaneous Windows-specific types
Commonly Used Types:
System.Security.Cryptography.X509Certificates.X509Certificate2UI
System.Security.Cryptography.X509Certificates.X509SelectionFlag
TurboJpeg.NET.Native.Windows
by: Terekhin Sergey, Ilya Kuryshev
- 9 total downloads
- Latest version: 3.1.0.6
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
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
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.