AdvancedDLSupport
by: TheBlackCentipede Jax
- 42 total downloads
- Latest version: 2.1.0
An alternative approach to your typical P/Invoke.
Aspire.Hosting
by: Microsoft
- 54 total downloads
- Latest version: 9.0.0-preview.2.24162.2
Core API and abstractions for the .NET Aspire application model.
Aspire.Hosting.AppHost
by: Microsoft
- 195 total downloads
- Latest version: 13.1.0
Core library and MSBuild logic for Aspire AppHost projects.
AsyncBridge
by: Daniel Grunwald Omer Mor Alex Davies
- 18 total downloads
- Latest version: 0.1.0
Adds the new C#5 async features for .NET 4 and .NET 3.5 projects
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 31 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AutoMapper
by: Jimmy Bogard
- 40 total downloads
- Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
Avalonia.Angle.Windows.Natives
by: Avalonia Team
- 62 total downloads
- Latest version: 2.1.25547.20250602
Avalonia is a cross-platform UI framework for .NET providing a flexible styling system and supporting a wide range of Operating Systems such as Windows, Linux, macOS and with experimental support for Android, iOS and WebAssembly.
BenchmarkDotNet
by: Andrey Akinshin
- 85 total downloads
- Latest version: 0.7.4
Lightweight .NET library for benchmarking
BouncyCastle.NetCore
by: BouncyCastle
- 84 total downloads
- Latest version: 1.9.0
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
CommandLineParser
by: Giacomo Stelluti Scala
- 107 total downloads
- Latest version: 1.9.71
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0
The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. 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. The hope is that using this library, third-party applications and frameworks can begin to leverage IoC/Service Location without tying themselves down to a specific implementation.
CommunityToolkit.Mvvm
by: Microsoft
- 19 total downloads
- Latest version: 8.4.0
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.
Cube.Core
by: clown cube-soft
- 170 total downloads
- Latest version: 5.0.0
Provides support the MVVM pattern in WPF or WinForms applications.
DotNetZip
by: Henrik/Dino Chisa
- 54 total downloads
- Latest version: 1.12.0
A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Fractions
by: Daniel Mueller
- 59 total downloads
- Latest version: 2.0.1
The fraction data type consists of two BigInteger values for numerator and
denominator. It implements various operations (addition, subtraction,
multiplication, division and remainder) with operator overloads.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 45 total downloads
- Latest version: 2.0.2
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
Godot.SourceGenerators
by: Godot Engine contributors
- 1.005k total downloads
- Latest version: 4.6.1-rc.1
Core C# source generator for Godot projects.
Google.Protobuf
by: Google Inc.
- 1.336k total downloads
- Latest version: 3.33.4
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.AspNetCore
by: The gRPC Authors
- 724 total downloads
- Latest version: 2.76.0
gRPC meta-package for ASP.NET Core