SkiaSharp.NativeAssets.macOS
by: Microsoft
- 252 total downloads
- Latest version: 4.151.0
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SkiaSharp.NativeAssets.Win32
by: Microsoft
- 303 total downloads
- Latest version: 4.151.0-rc.1.1
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library.
It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SKIT.FlurlHttpClient.Common
by: Fu Diwei
- 79 total downloads
- Latest version: 3.1.1
SKIT.FlurlHttpClient 系列开发工具包的公共组件。完整组件请见 https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient
SKIT.FlurlHttpClient.Wechat.TenpayV2
by: Fu Diwei
- 106 total downloads
- Latest version: 3.4.0
基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。
SKIT.FlurlHttpClient.Wechat.TenpayV3
by: Fu Diwei
- 101 total downloads
- Latest version: 3.16.0
基于 Flurl.Http 的微信支付 API v3 版客户端,支持普通商户(直连)、合作伙伴(服务商、渠道商、机构、银行)两种接入模式,支持基础支付、代金券、商家券、商品券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、平台收付通、二级商户进件、小微商户进件、消费者投诉、商户风控管理、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包、微工卡、电子发票、电子小票、车主平台、教育续费通、校园轻松付、商家名片会员等功能。
Snappier
by: btburnett3
- 88 total downloads
- Latest version: 1.3.1
A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly
from the official C++ implementation, with the addition of support for the framed stream format.
By avoiding P/Invoke, Snappier is fully cross-platform and works on both Linux and Windows and against any CPU supported
by .NET. However, Snappier performs best in .NET 6 and later on little-endian x86/64 processors with the
help of System.Runtime.Instrinsics.
Snowflake.Core
by: stulzq
- 61 total downloads
- Latest version: 2.0.0
Twitter的分布式全局唯一ID算法,雪花(snowflake)算法。支持.NET Core 2.0。
Twitter's snowflake for .net core.
SourceGear.sqlite3
by: Eric Sink
- 36 total downloads
- Latest version: 3.53.3
This package contains builds of the native SQLite code for various platforms.
These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
Splat
by: .NET Foundation and Contributors
- 235 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Builder
by: .NET Foundation and Contributors
- 15 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Core
by: .NET Foundation and Contributors
- 10 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Drawing
by: .NET Foundation and Contributors
- 122 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
Splat.Logging
by: .NET Foundation and Contributors
- 12 total downloads
- Latest version: 17.2.1
A library to make things cross-platform that should be.
SQLite
by: Eric Sink
- 15 total downloads
- Latest version: 3.53.4
This package contains builds of the native SQLite code for various platforms.
These builds have "e_sqlite3" as the base name. The first three numbers in the version number of this package indicate the version of SQLite that was used to build it. The fourth number, if there is one, is incremented as needed for packaging-specific changes.
SQLite.Native
by: SQLite Development Team
- 6 total downloads
- Latest version: 3.12.3
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. This package contains native libraries for SQLite on Windows, macOS, and Linux.
SQLite3MC.PCLRaw.bundle
by: Ulrich Telle et al.
- 10 total downloads
- Latest version: 2.3.6
A SQLitePCLRaw bundle for SQLite3 Multiple Ciphers--an encryption extension for SQLite with support for multiple ciphers. Includes SQLite3 Multiple Ciphers 2.3.6, based on SQLite 3.53.3.
SQLite3MC.PCLRaw.lib
by: Ulrich Telle et al.
- 10 total downloads
- Latest version: 2.3.6
Native binaries of the sqlite3mc library. Use SQLite3MC.PCLRaw.provider to access the library.
SQLite3MC.PCLRaw.provider
by: Ulrich Telle et al.
- 10 total downloads
- Latest version: 2.3.6
A SQLitePCLRaw provider that enables access to the native sqlite3mc library included by the SQLite3MC.PCLRaw.lib package.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 589 total downloads
- Latest version: 3.0.5
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init().
SQLitePCLRaw.bundle_green
by: Eric Sink
- 620 total downloads
- Latest version: 2.1.11
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.