Collections.Pooled
by: Joel Mueller
- 123 total downloads
- Latest version: 2.0.0-preview.27
Includes PooledList, PooledDictionary, PooledSet, PooledStack, PooledQueue, and PooledObservableCollection: based on the corresponding collections in System.Collections.Generic, using ArrayPool internally to reduce allocations, and with some API changes that allow for better compatibility with Span.
ColorTextBlock.Avalonia
by: whistyun
- 31 total downloads
- Latest version: 11.0.3-a1
Package Description
CommandLineParser
by: gsscoder nemec ericnewton76 moh-hassan
- 25 total downloads
- Latest version: 2.9.1
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 52 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic Mark Pollack Erich Eichinger Stephen Bohlen
- 38 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommonServiceLocator
by: .NET Foundation and Contributors
- 16 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.Mvvm
by: Microsoft
- 49 total downloads
- Latest version: 8.4.2
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
CommunityToolkit.WinUI.Notifications
by: Microsoft.Toolkit dotnetfoundation
- 12 total downloads
- Latest version: 7.1.2
The official way to send toast notifications on Windows 10 via code rather than XML, with the help of IntelliSense. Supports all C# app types, including WPF, UWP, WinForms, and Console, even without packaging your app as MSIX. Also supports C++ UWP apps.
Additionally, generate notification payloads from your ASP.NET web server to send as push notifications, or generate notification payloads from class libraries.
For UWP/MSIX apps, you can also generate tile and badge notifications.
Configuration
by: Cameron Fletcher Configuration contributors
- 18 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
CoreCompat.System.Drawing
by: CoreCompat.System.Drawing
- 1 total downloads
- Latest version: 1.0.0-beta006
CoreCompat.System.Drawing
Costura.Fody
by: geertvanhorrik simoncropp
- 144 total downloads
- Latest version: 6.0.0
Fody add-in for embedding references as resources.
coverlet.collector
by: tonerdo
- 40 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CrashReporter.NET.Official
by: RBSoft
- 10 total downloads
- Latest version: 1.6.0
Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
Crc32C.NET
by: Robert Važan
- 2 total downloads
- Latest version: 1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
CronExpressionDescriptor
by: Brady Holt
- 182 total downloads
- Latest version: 2.45.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh and Japanese.
CSRedisCore
by: CSRedisCore
- 83 total downloads
- Latest version: 3.8.807
CSRedis 是 redis.io 官方推荐库,支持 redis-trib集群、哨兵、私有分区与连接池管理技术,简易 RedisHelper 静态类。
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 52 total downloads
- Latest version: 2.1.72
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Darabonba
by: Alibaba Cloud
- 15 total downloads
- Latest version: 1.0.1
Alibaba Cloud Dara Core SDK for .NET
DeviceDetector.NET
by: totpero
- 38 total downloads
- Latest version: 6.5.0
The Universal Device Detection library for .NET that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, feed readers, media players, PIMs, ...), operating systems, brands and models. This is a port of the popular PHP device-detector library to C#. For the most part you can just follow the documentation for device-detector with no issue.