JetBrains.Annotations
by: JetBrains
- 222 total downloads
- Latest version: 2025.2.4
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
- 34 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>
JunitXml.TestLogger
by: Siphonophora, codito, faizan2304, smadala, lahma
- 21 total downloads
- Latest version: 2.1.81
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
KRE-CLR-x86
by: Microsoft
- 12 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 20 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
librdkafka.redist
by: Magnus Edenhill, edenhill
- 1.562k total downloads
- Latest version: 2.13.1-alpha.0
The Apache Kafka C/C++ client library - redistributable
Libuv
by: Libuv
- 41 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LiteDB
by: Mauricio David
- 47 total downloads
- Latest version: 2.0.4
A simple embedded .NET NoSQL Document Store in a single data file
LiveCharts.Wpf
by: Beto Rodriguez
- 73 total downloads
- Latest version: 0.9.7
Simple, flexible, interactive and powerful data visualization for Wpf
log4net
by: Apache Software Foundation
- 8 total downloads
- Latest version: 2.0.1
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
- 315 total downloads
- Latest version: 3.0.0-rc0529
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
- 16 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.
Mapster.Tool
by: Chaowlert Chaisrichalermpol
- 7 total downloads
- Latest version: 6.5.1
Tool to generate object mapping using Mapster
MassTransit.Analyzers
by: Remco Blok, Chris Patterson
- 2.018k total downloads
- Latest version: 8.5.8-develop.2414
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MasterMemory
by: neuecc
- 6 total downloads
- Latest version: 0.1.0
Embedded Readonly In-Memory Document Database for .NET, .NET Core and Unity.
MasterMemory.MSBuild.Tasks
by: Cysharp
- 743 total downloads
- Latest version: 2.4.4
MSBuild Tasks of MasterMemory Code Generator.
MaterialDesignThemes
by: James Willock
- 3.361k total downloads
- Latest version: 5.3.1-ci1264
ResourceDictionary instances containing Material Design templates and styles for WPF controls in .NET.
MathNet.Numerics.Signed
by: Marcus Cuda, Christoph Ruegg, Jurgen Van Gael
- 40 total downloads
- Latest version: 2.6.1
Math.NET Numerics, signed and thus with a strong name. We strongly discourage using this package and recommend using MathNet.Numerics instead, which is unsigned and weakly named.
Mediator.SourceGenerator
by: Martin Othamar
- 478 total downloads
- Latest version: 3.1.0-preview.14
A high performance .NET Mediator pattern implemenation using source generation.