Microsoft.ApplicationInsights.Agent.Intercept
by: Microsoft
- 350 total downloads
- Latest version: 0.17.0
This NuGet enables Interception of method calls
MassTransit.AspNetCore
by: Chris Patterson
- 400 total downloads
- Latest version: 9.2.0-develop.157
MassTransit AspNetCore Support, including Dashboard; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MediatR
by: Jimmy Bogard
- 2.053k total downloads
- Latest version: 5.1.0
Simple, unambitious mediator implementation in .NET
log4net
by: The Apache Software Foundation
- 2.078k total downloads
- Latest version: 2.0.17
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility
LLamaSharp.Backend.Cuda12.Windows
by: llama.cpp Authors
- 146 total downloads
- Latest version: 0.25.0
LLamaSharp.Backend.Cuda12.Windows contains the Windows binaries for LLamaSharp with Cuda12 support.
LiteDB
by: Maurício David
- 516 total downloads
- Latest version: 5.0.21
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit '391cc9318c5be6e56cb71b3ce14b1ed9cb324763' (see contained AppVeyorSettings.json file for build settings).
Meziantou.Analyzer
by: meziantou
- 19.976k total downloads
- Latest version: 3.0.124
A powerful C# Roslyn analyzer that uses static analysis to detect bugs, surface security issues, and enforce best practices—helping developers and AI write more reliable code.
MessagePack
by: neuecc
- 7.579k total downloads
- Latest version: 1.6.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Libuv
by: Libuv
- 871 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 287 total downloads
- Latest version: 1.6.0
ManagedEsent provides managed access to ESENT, the embeddable
database engine native to Windows. ManagedEsent uses the esent.dll that is
part of Microsoft Windows so there are no extra unmanaged binaries to
download and install.
Microsoft.ApplicationInsights
by: Microsoft
- 2.856k total downloads
- Latest version: 2.14.0
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
MessagePackAnalyzer
by: neuecc aarnott
- 10.542k total downloads
- Latest version: 3.1.8
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
LLamaSharp.Backend.Cuda12
by: The lamma.cpp Authors
- 57 total downloads
- Latest version: 0.5.1
LLamaSharp.Backend.Cuda12 is a backend for LLamaSharp to use with Cuda12.x.
librdkafka.redist
by: Magnus Edenhill edenhill
- 25.376k total downloads
- Latest version: 2.15.0
The Apache Kafka C/C++ client library - redistributable
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 5.206k total downloads
- Latest version: 2.23.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
LLamaSharp.Backend.Cpu
by: The lamma.cpp Authors
- 86 total downloads
- Latest version: 0.5.1
LLamaSharp.Backend.Cpu is a backend for LLamaSharp to use with Cpu only and MAC.
LLamaSharp.Backend.Cuda12.Linux
by: llama.cpp Authors
- 132 total downloads
- Latest version: 0.25.0
LLamaSharp.Backend.Cuda12.Linux contains the Linux binaries for LLamaSharp with Cuda12 support.
Microsoft.ApplicationInsights.PerfCounterCollector
by: Microsoft
- 5.685k total downloads
- Latest version: 2.23.0
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 5.782k total downloads
- Latest version: 2.23.0
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
MediatR.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 579 total downloads
- Latest version: 2.0.0
MediatR extensions for ASP.NET Core