JavaScriptEngineSwitcher.V8
by: Andrey Taritsyn
- 568 total downloads
- Latest version: 2.0.0
JavaScriptEngineSwitcher.V8 contains adapter `V8JsEngine` (wrapper for the Microsoft ClearScript.V8 (http://clearscript.codeplex.com) version 5.4.7 with support of V8 version 5.3.332.45). For correct working of the Microsoft ClearScript.V8 require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.
Microsoft.ApplicationInsights.DependencyCollector
by: Microsoft
- 670 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
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 50 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>
KRE-CLR-x86
by: Microsoft
- 34 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
Magick.NET-Q16-AnyCPU
by: Dirk Lemstra
- 2,819k total downloads
- Latest version: 7.17.0.1
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/docs before installing to help you decide the best version.
Microsoft.ApplicationInsights.Agent.Intercept
by: Microsoft
- 27 total downloads
- Latest version: 0.17.0
This NuGet enables Interception of method calls
LibSassBuilder
by: Johan van Rensburg
- 245 total downloads
- Latest version: 3.0.0
Compile Sass files to css on project build.
MediatR
by: Jimmy Bogard
- 15 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
log4net
by: Apache Software Foundation
- 35 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
KRE-CoreCLR-x86
by: Microsoft
- 28 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KeudellCoding.Blazor.AdvancedBlazorSelect2
by: KeudellCoding
- 59 total downloads
- Latest version: 1.3.0
Simple wrapper for Select2 with full support of databases and custom web APIs.
MessagePack
by: neuecc
- 456 total downloads
- Latest version: 1.6.1.2
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Lucene.Net
by: The Apache Software Foundation
- 130 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.
Libuv
by: Libuv
- 100 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
ManagedEsent
by: martinc
- 38 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.
Microsoft.AppCenter.Analytics
by: Microsoft
- 781 total downloads
- Latest version: 4.5.3
This package contains functionalities to collect session, device properties, events etc… for your application.
Microsoft.AppCenter
by: Microsoft
- 712 total downloads
- Latest version: 4.5.3
This package contains the basic functionalities that all App Center services use to communicate with the backend.
MessagePackAnalyzer
by: neuecc, aarnott
- 1,225k 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.
Microsoft.AppCenter.Crashes
by: Microsoft
- 865 total downloads
- Latest version: 4.5.3
This package contains functionalities to collect crash reports for your application.
JetBrains.Annotations
by: JetBrains
- 729 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.