jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 130 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
  • 93 total downloads
  • Latest version: 7.3.10
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
KRE-CLR-x86 by: Microsoft
  • 63 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 69 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
LibGit2Sharp by: LibGit2Sharp contributors
  • 352 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
  • 1.026k total downloads
  • Latest version: 2.0.324
Native binaries for LibGit2Sharp
libiec61850cpp by: Radius
  • 2.047k total downloads
  • Latest version: 1.5.3.27
Libiec61850 shared libraries
librdkafka.redist by: Magnus Edenhill, edenhill
  • 6.467k total downloads
  • Latest version: 2.15.0
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Libuv by: Libuv
  • 193 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LiteDB by: Mauricio David
  • 146 total downloads
  • Latest version: 2.0.4
  • nosql database embed document store
A simple embedded .NET NoSQL Document Store in a single data file
LiveCharts.Wpf by: Beto Rodriguez
  • 324 total downloads
  • Latest version: 0.9.7
  • livechart, live, chart, charting, plot, plots, plotting, graph, graphs, graphing, data, wpf, windows, presentation, foundation, format
Simple, flexible, interactive and powerful data visualization for Wpf
log4net by: Apache Software Foundation
  • 65 total downloads
  • Latest version: 2.0.1
  • logging log tracing logfiles
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
MahApps.Metro by: Jan Karger, Bastian Schmidt, Dennis Daume, Brendan Forster, Alex Mitchell, Paul Jenkins, Jake Ginnivan
  • 1.337k total downloads
  • Latest version: 3.0.0-rc0529
  • WPF UI Metro Modern Material XAML Toolkit Library .NET OSS OpenSource
The goal of MahApps.Metro is to allow devs to quickly and easily cobble together a 'Modern' UI for their WPF apps (.Net 4.6.2 and later), with minimal effort.
ManagedEsent by: martinc
  • 49 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.
MassTransit.Analyzers by: Remco Blok, Chris Patterson
  • 10.92k total downloads
  • Latest version: 8.5.10
  • MassTransit
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.AspNetCore by: Chris Patterson
  • 405 total downloads
  • Latest version: 9.2.1-develop.163
  • MassTransit AspNetCore SQL Transport
MassTransit AspNetCore Support, including Dashboard; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MasterMemory by: neuecc
  • 47 total downloads
  • Latest version: 0.1.0
  • database, embedded, inmemory, unity
Embedded Readonly In-Memory Document Database for .NET, .NET Core and Unity.
MasterMemory.MSBuild.Tasks by: Cysharp
  • 3.158k total downloads
  • Latest version: 2.4.4
  • database, embedded, inmemory, unity
MSBuild Tasks of MasterMemory Code Generator.
MaterialDesignThemes by: James Willock
  • 15.575k total downloads
  • Latest version: 5.3.3-ci1443
  • WPF XAML Material Design Theme Colour Color UI UX
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
MathNet.Numerics by: Marcus Cuda, Christoph Ruegg, Jurgen Van Gael
  • 263 total downloads
  • Latest version: 3.0.0-alpha4
  • math numeric statistics probability integration interpolation linear algebra matrix fft
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.