jnm2.ReferenceAssemblies.net35
by: Microsoft
- 118 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
- 71 total downloads
- Latest version: 7.3.10
Extends JsonSchema.Net to provide schema generation functionality
JunitXml.TestLogger
by: Siphonophora, codito, faizan2304, smadala, lahma
- 104 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
- 52 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 54 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
LibGit2Sharp
by: LibGit2Sharp contributors
- 250 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
- 501 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
libiec61850cpp
by: Radius
- 1.608k total downloads
- Latest version: 1.5.3.27
Libiec61850 shared libraries
librdkafka.redist
by: Magnus Edenhill, edenhill
- 5.149k total downloads
- Latest version: 2.15.0-RC1
The Apache Kafka C/C++ client library - redistributable
Libuv
by: Libuv
- 164 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LiteDB
by: Mauricio David
- 120 total downloads
- Latest version: 2.0.4
A simple embedded .NET NoSQL Document Store in a single data file
LiveCharts.Wpf
by: Beto Rodriguez
- 283 total downloads
- Latest version: 0.9.7
Simple, flexible, interactive and powerful data visualization for Wpf
log4net
by: Apache Software Foundation
- 52 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
- 1.068k 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
- 41 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
- 22 total downloads
- Latest version: 6.5.1
Tool to generate object mapping using Mapster
MassTransit.Analyzers
by: Remco Blok, Chris Patterson
- 7.939k total downloads
- Latest version: 8.5.10
MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MassTransit.AspNetCore
by: Chris Patterson
- 218 total downloads
- Latest version: 9.2.0-develop.150
MassTransit AspNetCore Support, including Dashboard; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
MasterMemory
by: neuecc
- 37 total downloads
- Latest version: 0.1.0
Embedded Readonly In-Memory Document Database for .NET, .NET Core and Unity.