JetBrains.Annotations
by: JetBrains
- 60 total downloads
- Latest version: 2025.1.0-eap1
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.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 25 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>
JsonSchema.Net.Generation
by: Greg Dennis
- 12 total downloads
- Latest version: 7.3.10
Extends JsonSchema.Net to provide schema generation functionality
KRE-CLR-x86
by: Microsoft
- 23 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 17 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
LibGit2Sharp
by: LibGit2Sharp contributors
- 271 total downloads
- Latest version: 0.24.0-pre20170124092542
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
- 552 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
libphonenumber-csharp
by: Patrick Mézard Aidan Bebbington Google libphonenumber contributors
- 318 total downloads
- Latest version: 8.3.1.1
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/
librdkafka.redist
by: Magnus Edenhill edenhill
- 1,881k total downloads
- Latest version: 2.14.2
The Apache Kafka C/C++ client library - redistributable
Libuv
by: Libuv
- 72 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Lucene.Net
by: The Apache Software Foundation
- 114 total downloads
- Latest version: 4.8.0-beta00017
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
- 23 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.
MathNet.Numerics
by: Marcus Cuda Christoph Ruegg Jurgen Van Gael
- 32 total downloads
- Latest version: 3.0.0-alpha4
Math.NET Numerics is the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use. Numerics is the result of merging dnAnalytics with Math.NET Iridium and is intended to replace both. Also includes a portable build supporting .Net 4 and higher, SL5, WP8 and .NET for Windows Store apps.
Mediator.SourceGenerator
by: Martin Othamar
- 991 total downloads
- Latest version: 3.1.0-rc.1
A high performance .NET Mediator pattern implemenation using source generation.
MediatR
by: Jimmy Bogard
- 9 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
MessagePack
by: neuecc
- 278 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc aarnott
- 755 total downloads
- Latest version: 3.1.7
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
- 4,422k total downloads
- Latest version: 3.0.111
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.
Microsoft.ApplicationInsights.Agent.Intercept
by: Microsoft
- 15 total downloads
- Latest version: 0.17.0
This NuGet enables Interception of method calls
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 278 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