runtime.win.System.Net.Sockets
by: Microsoft
- 198 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.
runtime.win.System.Runtime.Extensions
by: Microsoft
- 93 total downloads
- Latest version: 4.3.0
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.
runtime.win7-x86.runtime.native.System.IO.Compression
by: Microsoft
- 16 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
runtime.win7.System.Private.Uri
by: Microsoft
- 37 total downloads
- Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly.
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.
Sense.Algorithm.Chip
by: Sense.Algorithm.Chip
- 7.589k total downloads
- Latest version: 2.5.0.51
1、新增跳过检测直接输出区域中心,以及自动分割416x416大小区域的功能
Sense.Algorithm.Comm
by: Sense.Algorithm.Comm
- 915 total downloads
- Latest version: 1.0.1.36
ai检测输出的区域角度为精定位或芯片的偏移角度
Sense.Algorithm.CSP
by: Sense.Algorithm.CSP
- 916 total downloads
- Latest version: 1.1.0.28
1.引用的依赖升级到最新
Sense.Algorithm.Silicon
by: Sense.Algorithm.Silicon
- 760 total downloads
- Latest version: 1.1.0.22
1、修改算法处理滑窗检测
Sense.Socket.AOIClient
by: Sense.Socket.AOIClient
- 477 total downloads
- Latest version: 1.1.0.6
NgTemplateItemBuf增加缺陷等级
Serilog
by: Serilog Contributors
- 751 total downloads
- Latest version: 2.12.1-dev-01635
Simple .NET logging with fully-structured events
Serilog.Formatting.Compact
by: Serilog Contributors
- 103 total downloads
- Latest version: 1.1.0
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Async
by: Jezz Santos Serilog Contributors
- 36 total downloads
- Latest version: 1.5.0
Asynchronous sink wrapper for Serilog.
Serilog.Sinks.Console
by: Serilog Contributors
- 165 total downloads
- Latest version: 4.1.0
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug
by: Serilog Contributors
- 25 total downloads
- Latest version: 2.0.0
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File
by: Serilog Contributors
- 1.348k total downloads
- Latest version: 5.0.1-dev-00947
Write Serilog events to text files in plain or JSON format.
SevenZipSharp
by: markhor
- 32 total downloads
- Latest version: 0.64.0
Managed 7-zip library written in C# that provides data (self-)extraction and compression (all 7-zip formats are supported). It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
SevenZipSharp.Interop
by: Luuk Sommers
- 27 total downloads
- Latest version: 19.0.2
This package installs the interop libraries needed for SevenZipSharp. It are the original compiled versions from 7-zip.org version 19.00. This way you don't need to have 7-zip installed to make use of SevenZipSharp. This package copies the dll's to the x86 and x64 directories in the output directory (Using MSBuild Targets). Please check the project site to setup SevenZipSharp's SetLibraryPath
SharpCompress
by: Adam Hathcock
- 82 total downloads
- Latest version: 0.23.0
SharpCompress is a compression library for NET Standard 1.0 that can unrar, decompress 7zip, decompress xz, zip/unzip, tar/untar lzip/unlzip, bzip2/unbzip2 and gzip/ungzip with forward-only reading and file random access APIs. Write support for zip/tar/bzip2/gzip is implemented.