IKVM.MSBuild.Tools.runtime.osx-x64 by: Jeroen Frijters Jerome Haltom
  • 53 total downloads
  • Latest version: 8.16.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters Jerome Haltom
  • 41 total downloads
  • Latest version: 8.16.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64 by: Jeroen Frijters Jerome Haltom
  • 41 total downloads
  • Latest version: 8.16.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win7-x64 by: Jeroen Frijters Windward Studios Jerome Haltom Shad Storhaug
  • 22 total downloads
  • Latest version: 8.6.4
IKVM MSBuild Tools
IndexRange by: Bradley Grainger
  • 5 total downloads
  • Latest version: 1.1.1
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
IP2Region by: Rocher
  • 1 total downloads
  • Latest version: 1.1.1
  • ip2region c# IP
准确率99.9%的ip地址定位库
IP2Region.Net by: Alan Lee
  • 5 total downloads
  • Latest version: 2.0.1
  • IP2Region GeoIP IPSearch
.NET client library for ip2region
JavaScriptEngineSwitcher.Core by: Andrey Taritsyn
  • 8 total downloads
  • Latest version: 1.5.0
  • JavaScript ECMAScript
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines (MSIE JavaScript Engine for .Net, Microsoft ClearScript.V8, Jurassic, Jint and ChakraCore). This library allows you to quickly and easily switch to using of another JavaScript engine.
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2026.2.0
  • jetbrains resharper rider annotations canbenull notnull
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
  • 3 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
  • 2 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 2 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
librdkafka.redist by: Magnus Edenhill edenhill
  • 184 total downloads
  • Latest version: 2.15.1
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
libsodium by: Frank Denis
  • 18 total downloads
  • Latest version: 1.0.22
Internal implementation package not meant for direct consumption. Please do not reference directly.
Libuv by: Libuv
  • 6 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LigerShark.WebOptimizer.Analyzers by: Mads Kristensen
  • 10 total downloads
  • Latest version: 3.0.2
  • WebOptimizer.Analyzers analyzers
WebOptimizer.Analyzers
LigerShark.WebOptimizer.Core by: LigerShark
  • 53 total downloads
  • Latest version: 3.0.477
  • bundle minify optimize asp.net core
A runtime bundler and minifier for ASP.NET Core
LinqBridge by: Atif Aziz
  • 1 total downloads
  • Latest version: 1.3.0
  • linq
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.
LiteDB by: Maurício David
  • 28 total downloads
  • Latest version: 4.1.4
  • database nosql embedded
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
log4net by: The Apache Software Foundation
  • 8 total downloads
  • Latest version: 2.0.17
  • 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