runtime.win7.System.Private.Uri by: Microsoft
  • 24 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
  • 6.257k total downloads
  • Latest version: 2.5.0.51
1、新增跳过检测直接输出区域中心,以及自动分割416x416大小区域的功能
Sense.Algorithm.Comm by: Sense.Algorithm.Comm
  • 689 total downloads
  • Latest version: 1.0.1.33
修复修改缺陷序号,缺陷名称不自动更新的bug
Sense.Algorithm.CSP by: Sense.Algorithm.CSP
  • 661 total downloads
  • Latest version: 1.1.0.20
1.大小边差值功能可使用2个矩形测量框
Sense.Algorithm.Silicon by: Sense.Algorithm.Silicon
  • 440 total downloads
  • Latest version: 1.1.0.22
1、修改算法处理滑窗检测
Sense.Calibration by: Sense.Calibration
  • 13 total downloads
  • Latest version: 1.0.0
初始版本
Sense.FSI.Socket by: Sense.FSI.Socket
  • 150 total downloads
  • Latest version: 1.0.0
Package Description
Sense.Socket.AOIClient by: Sense.Socket.AOIClient
  • 322 total downloads
  • Latest version: 1.1.0.1
优化AOI初始化的速度,只传输用于生产的料
SevenZipSharp by: markhor
  • 18 total downloads
  • Latest version: 0.64.0
  • 7z 7zip 7-Zip
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
  • 16 total downloads
  • Latest version: 19.0.2
  • 7zip SevenZipSharp
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
SixLabors.ImageSharp by: Six Labors and contributors
  • 137 total downloads
  • Latest version: 3.0.1
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
Spire.XLS by: E-iceblue
  • 338 total downloads
  • Latest version: 9.5.11
  • .xlsb .xlsx .xlsm .ods Excel worksheet spreadsheet xls .xml .csv excel to xps
Spire.XLS for .NET is a professional .NET Excel component to enables developers to generate, write, edit and save Excel files with C# and Visual Basic in .NET 2.0, .NET 3.5, .NET 4.0, .NET 4.0 ClientProfile, and .NET 4.5, .NET Core. Spire.XLS for .NET also enables developers to convert Excel to other popular formats, such as PDF, XML, HTML, CSV, Image format etc. And, it supports developers to export data from database to Excel or import data from Excel to datatable. With Spire.XLS for .NET, developers can create any types of ASP.NET web responses and WinForms applications to operate Excel files.
SQLitePCLRaw.lib.e_sqlite3.linux by: Eric Sink D. Richard Hipp et al
  • 26 total downloads
  • Latest version: 1.1.2
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.osx by: Eric Sink D. Richard Hipp et al
  • 28 total downloads
  • Latest version: 1.1.2
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SQLitePCLRaw.lib.e_sqlite3.v110_xp by: Eric Sink D. Richard Hipp et al
  • 23 total downloads
  • Latest version: 1.1.2
  • sqlite
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
SqlSugar by: sun kaixuan
  • 13 total downloads
  • Latest version: 5.1.4.64
  • asp.net orm
.Net Framework 安装此版本, 5.0.3.3-max 最低要求 .Net Framework 4.6 | 5.0.0.2-5.0.3.2 最低要求 .Net Framework 4.5 | 4.0-4.9.11 最低要求 .Net Framework 4.0+
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 182 total downloads
  • Latest version: 6.5.0
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.AppContext by: Microsoft
  • 227 total downloads
  • Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data. Commonly Used Types: System.AppContext
System.Collections by: Microsoft
  • 174 total downloads
  • Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Concurrent by: Microsoft
  • 64 total downloads
  • Latest version: 4.0.0-beta-22231
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.