JetBrains.Annotations by: JetBrains
  • 211 total downloads
  • Latest version: 2025.2.2
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 10 total downloads
  • Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package. This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI. Example project that targets multiple frameworks: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks> </PropertyGroup> <ItemGroup> <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" /> <PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" /> </ItemGroup> </Project>
JsonConverter.Abstractions by: Stef Heyenrath
  • 46 total downloads
  • Latest version: 0.3.0
Common interface for Json converters (serialize and deserialize)
JsonConverter.Newtonsoft.Json by: Stef Heyenrath
  • 49 total downloads
  • Latest version: 0.3.0
Implementation for IJsonConverter using Newtonsoft.Json
KRE-CLR-x86 by: Microsoft
  • 15 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 8 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
LibGit2Sharp by: LibGit2Sharp contributors
  • 143 total downloads
  • Latest version: 0.24.0-pre20170124092542
  • libgit2 git wrapper bindings API dvcs vcs
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.
LibGit2Sharp.NativeBinaries by: LibGit2Sharp contributors
  • 248 total downloads
  • Latest version: 2.0.323
Native binaries for LibGit2Sharp
libphonenumber-csharp by: Patrick M�zard Jarrod Alexander Google libphonenumber contributors
  • 179 total downloads
  • Latest version: 8.3.1.2
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. For usage samples: http: //code.google.com/p/libphonenumber/A port of Google's libphonenumber for .NET Core
librdkafka.redist by: Magnus Edenhill edenhill
  • 1,097k total downloads
  • Latest version: 2.12.1
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Libuv by: Libuv
  • 41 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
Lucene.Net by: The Apache Software Foundation
  • 69 total downloads
  • Latest version: 4.8.0-beta00017
  • lucene.net core text search information retrieval lucene apache analysis index query
Lucene.Net is a full-text search engine library capable of advanced text analysis, indexing, and searching. It can be used to easily add search capabilities to applications. Lucene.Net is a C# port of the popular Java Lucene search engine framework from The Apache Software Foundation, targeted at .NET Framework and .NET Core users.
ManagedEsent by: martinc
  • 13 total downloads
  • Latest version: 1.6.0
  • ManagedEsent NoSql ISAM
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.
Mediator.SourceGenerator by: Martin Othamar
  • 492 total downloads
  • Latest version: 3.1.0-preview.14
  • mediator mediator-pattern source-generation source-gen source-generator sourcegenerator C# .NET dotnet
A high performance .NET Mediator pattern implemenation using source generation.
MediatR by: Jimmy Bogard
  • 4 total downloads
  • Latest version: 2.0.0-beta-003
  • mediator request response queries commands notifications
Simple, unambitious mediator implementation in .NET
MessagePack by: neuecc
  • 145 total downloads
  • Latest version: 1.6.1.2
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer by: neuecc aarnott
  • 441 total downloads
  • Latest version: 3.1.4
  • MsgPack MessagePack Serialization Formatter Analyzer
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.
Meziantou.Analyzer by: meziantou
  • 1,547k total downloads
  • Latest version: 2.0.257
  • Meziantou.Analyzer analyzers
A Roslyn analyzer to enforce some good practices in C#
Microsoft.ApplicationInsights.Agent.Intercept by: Microsoft
  • 6 total downloads
  • Latest version: 0.17.0
  • Instrumentation Extensions Decorate Callbacks Analytics ApplicationInsights Telemetry AppInsights
This NuGet enables Interception of method calls
Microsoft.ApplicationInsights.DependencyCollector by: Microsoft
  • 120 total downloads
  • Latest version: 2.23.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
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