Mono.TextTemplating by: Mikayla Hutchinson
  • 21 total downloads
  • Latest version: 3.0.0
  • T4 templating
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
Moq by: Daniel Cazzulino kzu
  • 115 total downloads
  • Latest version: 4.20.72
  • moq tdd mocking mocks unittesting agile unittest
Moq is the most popular and friendly mocking framework for .NET.
MSBuild.Sdk.Extras by: Oren Novotny
  • 29 total downloads
  • Latest version: 1.5.4
  • msbuild dotnet sdk xamarin android ios macos uwp tizen
Additional MSBuild targets and properties for SDK-style .NET projects.
MsgPack.Cli by: FUJIWARA Yusuke
  • 58 total downloads
  • Latest version: 1.0.1
  • MsgPack MessagePack Serialization Formatter Serializer
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
MSTest.Analyzers by: Microsoft
  • 45 total downloads
  • Latest version: 4.4.0
  • Microsoft test testing unittest unittesting unit-testing tdd MSTest Analyzers Roslyn TestFramework MSTestV2 Framework
This package includes code analyzers and code fixes for MSTest. MSTest is Microsoft supported Test Framework.
MSTest.TestAdapter by: Microsoft
  • 95 total downloads
  • Latest version: 4.4.0
  • Microsoft test testing unittest unittesting unit-testing tdd MSTest TestFramework TestAdapter VisualStudio MSTestV2
This package includes the adapter logic to discover and run tests. For access to the testing framework, install the MSTest.TestFramework package. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9 MSTest is Microsoft supported Test Framework.
MSTest.TestFramework by: Microsoft
  • 125 total downloads
  • Latest version: 4.4.0
  • Microsoft test testing unittest unittesting unit-testing tdd MSTest TestFramework MSTestV2 Framework
This package includes the libraries for writing tests with MSTest. To ensure discovery and execution of your tests, install the MSTest.TestAdapter package. Supported platforms: - .NET 4.6.2+ - .NET 8.0+ - .NET 8.0 Windows.18362+ (WinUI) - UWP 10.0.16299 - UWP 10.0.17763 with .NET 9+ MSTest is Microsoft supported Test Framework.
MudBlazor by: Garderoben Henon and Contributors
  • 30 total downloads
  • Latest version: 9.9.0
  • Blazor MudBlazor Material Material Design Components Blazor Components Blazor Library
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
MySqlConnector by: Bradley Grainger
  • 167 total downloads
  • Latest version: 2.6.2
  • mysql mysqlconnector async ado.net database netcore
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
Namotion.Reflection by: Namotion.Reflection
  • 51 total downloads
  • Latest version: 3.5.1
.NET library with advanced reflection APIs like XML documentation reading, Null Reference Types (C# 8) reflection and string based type checks.
NATS.Client.Abstractions by: The NATS Authors
  • 39 total downloads
  • Latest version: 3.2.0
  • pubsub messaging abstractions nats
Serialization abstractions and interfaces for the NATS .NET client library.
NATS.Client.Core by: The NATS Authors
  • 98 total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native distributed async real-time CNCF nats
Core client for NATS, the high-performance cloud-native messaging system. Provides async pub/sub, request-reply, and queue groups for .NET applications.
NATS.Client.Hosting by: The NATS Authors
  • 93 total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native aspnetcore hosting nats
NATS .NET dependency injection with minimal dependencies and AOT support. Registers NatsConnection on the Microsoft service collection. For ad-hoc JSON serialization, see NATS.Extensions.Microsoft.DependencyInjection.
NATS.Client.JetStream by: The NATS Authors
  • 97 total downloads
  • Latest version: 3.2.0
  • pubsub messaging persistence streaming cloud-native distributed CNCF nats
JetStream persistent messaging for NATS .NET. Provides at-least-once delivery, stream management, and pull/push consumers for durable message processing.
NATS.Client.KeyValueStore by: The NATS Authors
  • 95 total downloads
  • Latest version: 3.2.0
  • pubsub messaging persistence key-value storage cloud-native distributed CNCF nats
Key/Value Store for NATS .NET, built on JetStream. Provides distributed key-value storage with watch, history, and TTL support.
NATS.Client.ObjectStore by: The NATS Authors
  • 100 total downloads
  • Latest version: 3.2.0
  • pubsub messaging persistence storage cloud-native distributed CNCF nats
Object Store for NATS .NET, built on JetStream. Stores and retrieves large objects as chunked streams with metadata and integrity checks.
NATS.Client.Serializers.Json by: The NATS Authors
  • 93 total downloads
  • Latest version: 3.2.0
  • pubsub messaging json serialization nats
JSON serializer for NATS .NET using System.Text.Json. Supports ad-hoc types for quick prototyping. Not suitable for native AOT deployments.
NATS.Client.Services by: The NATS Authors
  • 97 total downloads
  • Latest version: 3.2.0
  • pubsub messaging microservices services cloud-native distributed CNCF nats
Services framework for NATS .NET. Build discoverable microservices with automatic health monitoring, stats, and endpoint management.
NATS.Client.Simplified by: The NATS Authors
  • 81 total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native distributed async nats
Simplified high-level API for NATS .NET. Wraps common pub/sub and request-reply patterns with sensible defaults for quick adoption.
NATS.Extensions.Microsoft.DependencyInjection by: The NATS Authors
  • 96 total downloads
  • Latest version: 3.2.0
  • pubsub messaging cloud-native aspnetcore hosting dependency-injection nats
NATS .NET dependency injection with ad-hoc JSON serialization enabled by default. Registers NatsConnection and INatsClient on the Microsoft service collection. For AOT or minimal dependencies, see NATS.Client.Hosting.