SAPHanaForNetCore
by: Bruno Farias
- 9 total downloads
- Latest version: 2.1.17
This package contains the SAP Hana dlls to enable your application to connect with their Hana databases
SemanticVersioning
by: Adam Reeve
- 237 total downloads
- Latest version: 2.0.2
This library implements the Semantic Versioning 2.0.0 specification and the version range specification used by npm.
runtime.win.System.Runtime.Extensions
by: Microsoft
- 192 total downloads
- Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information.
Commonly Used Types:
System.Math
System.Environment
System.Random
System.Progress<T>
System.Convert
System.Diagnostics.Stopwatch
System.Runtime.Versioning.FrameworkName
System.StringComparer
System.IO.Path
When using NuGet 3.x this package requires at least version 3.4.
Scriban
by: Alexandre Mutel
- 4.795k total downloads
- Latest version: 6.5.0
Scriban is a fast, powerful, safe and lightweight scripting language and engine for .NET, which was primarily developed for text templating with a compatibility mode for parsing liquid templates.
Senparc.CO2NET
by: Senparc
- 946 total downloads
- Latest version: 0.7.3.1-preview2
Senparc.CO2NET 公共基础库
Senparc.Weixin SDK 开源项目:
https://github.com/Senparc/Senparc.CO2NET
runtime.win-x86.runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 14.833k total downloads
- Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
d0d5c7b49271cadb6d97de26d8e623e98abdc8db
When using NuGet 3.x this package requires at least version 3.4.
Selenium.Support
by: Selenium Committers
- 1.956k total downloads
- Latest version: 4.38.0
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
runtime.win.System.Net.Sockets
by: Microsoft
- 103 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides classes such as Socket, TcpClient and UdpClient, which enable developers to send and receive data over the network.
Commonly Used Types:
System.Net.Sockets.Socket
System.Net.Sockets.SocketAsyncEventArgs
System.Net.Sockets.LingerOption
System.Net.Sockets.SocketAsyncOperation
System.Net.Sockets.ProtocolType
System.Net.Sockets.NetworkStream
System.Net.Sockets.TcpClient
System.Net.Sockets.SocketType
System.Net.Sockets.UdpClient
System.Net.Sockets.SocketShutdown
When using NuGet 3.x this package requires at least version 3.4.
Senparc.CO2NET.APM
by: Senparc
- 563 total downloads
- Latest version: 0.3.1-preview1
Senparc.CO2NET.APM 应用性能管理
S7netplus
by: Derek Heiser
- 31 total downloads
- Latest version: 0.1.9
A continuation of Juergen1969's Siemens communication library.
runtime.win.System.Net.Primitives
by: Microsoft
- 49 total downloads
- Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer.
Commonly Used Types:
System.Net.HttpStatusCode
System.Net.Sockets.SocketError
System.Net.Cookie
System.Net.Sockets.SocketException
System.Net.IPEndPoint
System.Net.ICredentials
System.Net.NetworkCredential
System.Net.IPAddress
System.Net.CookieCollection
System.Net.CookieContainer
When using NuGet 3.x this package requires at least version 3.4.
semver
by: Max Hauser
- 146 total downloads
- Latest version: 1.1.2
A semver implementation in .Net based on the v2.0.0 of the spec found at http://semver.org/.
runtime.win-x64.runtime.native.System.Data.SqlClient.sni
by: Microsoft
- 14.794k total downloads
- Latest version: 4.4.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
d0d5c7b49271cadb6d97de26d8e623e98abdc8db
When using NuGet 3.x this package requires at least version 3.4.
Senparc.NeuChar
by: Jeffrey Su
- 1.343k total downloads
- Latest version: 0.6.9-preview1
NeuChar SDK 跨平台信息交互标准
runtime.win.System.IO.FileSystem
by: Microsoft
- 90 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Commonly Used Types:
System.IO.FileStream
System.IO.FileInfo
System.IO.DirectoryInfo
System.IO.FileSystemInfo
System.IO.File
System.IO.Directory
System.IO.SearchOption
System.IO.FileOptions
When using NuGet 3.x this package requires at least version 3.4.
runtime.win.System.Console
by: Microsoft
- 152 total downloads
- Latest version: 4.3.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types:
System.Console
System.ConsoleColor
When using NuGet 3.x this package requires at least version 3.4.
runtime.win.System.Diagnostics.Debug
by: Microsoft
- 44 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
Provides classes and attributes that allows basic interaction with a debugger.
Commonly Used Types:
System.Diagnostics.Debug
System.Diagnostics.DebuggerStepThroughAttribute
System.Diagnostics.Debugger
System.Diagnostics.DebuggerDisplayAttribute
System.Diagnostics.DebuggerBrowsableAttribute
System.Diagnostics.DebuggerBrowsableState
System.Diagnostics.DebuggerHiddenAttribute
System.Diagnostics.DebuggerNonUserCodeAttribute
System.Diagnostics.DebuggerTypeProxyAttribute
When using NuGet 3.x this package requires at least version 3.4.
Selenium.WebDriver
by: Selenium Committers
- 2.812k total downloads
- Latest version: 4.38.0
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.