HtmlAgilityPack
by: Simon Mourrier, Jeff Klawiter
- 5 total downloads
- Latest version: 1.4.3
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Humanizer
by: Claire Novotny, Mehdi Khalili
- 54 total downloads
- Latest version: 3.0.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 2 total downloads
- Latest version: 8.6.3-tags-8-6-3-pre-24.1
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm
by: Jeroen Frijters, Jerome Haltom
- 55 total downloads
- Latest version: 8.15.0-dev.46
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64
by: Jeroen Frijters, Jerome Haltom
- 20 total downloads
- Latest version: 8.15.0-dev.46
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64
by: Jeroen Frijters, Jerome Haltom
- 60 total downloads
- Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-arm64
by: Jeroen Frijters, Jerome Haltom
- 38 total downloads
- Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64
by: Jeroen Frijters, Jerome Haltom
- 50 total downloads
- Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64
by: Jeroen Frijters, Jerome Haltom
- 36 total downloads
- Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64
by: Jeroen Frijters, Jerome Haltom
- 38 total downloads
- Latest version: 8.15.0
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
Instances
by: Malte Rosenbjerg
- 29 total downloads
- Latest version: 3.0.2
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
Intel.ML.OnnxRuntime.OpenVino
by: Microsoft
- 6 total downloads
- Latest version: 1.24.1
This package contains native shared library artifacts for ONNX Runtime with OpenVINO.
IPNetwork2
by: Luc Dvchosal
- 41 total downloads
- Latest version: 3.4.853
IPNetwork C# library take care of complex network, ip, ipv4, ipv6, netmask, cidr, subnet, subnetting, supernet and supernetting calculation for .Net developpers. It works with IPv4 and IPv6 as well. It is written in C# for .NetStandard and coreclr and has a light and clean API and is fully unit tested.
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>
Lib.Harmony
by: Andreas Pardeike
- 2 total downloads
- Latest version: 2.4.1
A general non-destructive patch library for .NET and Mono modules.
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 215 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
Markdig
by: Alexandre Mutel
- 148 total downloads
- Latest version: 0.45.0
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET with 20+ builtin extensions (pipetables, footnotes, definition lists... etc.)
MessagePack
by: neuecc, aarnott
- 157 total downloads
- Latest version: 3.1.4
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc, aarnott
- 151 total downloads
- Latest version: 3.1.4
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.