Handlebars.Net by: Rex Morgan
  • 2 total downloads
  • Latest version: 1.9.0
  • handlebars mustache templating engine compiler
Blistering-fast Handlebars.js templates in your .NET application.
HarfBuzzSharp by: Microsoft
  • 2 total downloads
  • Latest version: 2.8.2.1-preview.75
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS by: Microsoft
  • 2 total downloads
  • Latest version: 7.3.0
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 1 total downloads
  • Latest version: 1.11.29
  • HTML parse crawler spider linq
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
  • 2 total downloads
  • Latest version: 3.0.0-rc.30
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core.de by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.25
Humanizer Locale German (de)
Humanizer.Core.id by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.14.1
Humanizer Locale Indonesian (id)
Humanizer.Core.ja by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.25
Humanizer Locale Japanese (ja)
Humanizer.Core.ms-MY by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.7
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.nl by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.10.1
Humanizer Locale Dutch (nl)
Humanizer.Core.ru by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.14.1
Humanizer Locale Russian (ru)
Humanizer.Core.sk by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.7.9
Humanizer Locale Slovak (sk)
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2023.2.0-eap3
  • 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. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
libphonenumber-csharp by: Patrick Mézard, Tom Clegg, Jarrod Alexander, Google, libphonenumber contributors
  • 3 total downloads
  • Latest version: 8.9.8
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. For usage samples: http: //code.google.com/p/libphonenumber/A port of Google's libphonenumber for .NET Core
Libuv by: Libuv
  • 1 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 1 total downloads
  • Latest version: 2.0.15
  • 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
Magick.NET-Q16-AnyCPU by: Dirk Lemstra
  • 3 total downloads
  • Latest version: 7.0.0.11
  • ImageMagick Magick.NET
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://magick.codeplex.com/documentation before installing to help you decide the best version.
Microsoft.AspNetCore.App.Ref by: Microsoft
  • 6 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
  • aspnetcore targeting-pack
Shared Framework for hosting of Microsoft ASP.NET Core applications. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/dotnet). We happily accept issues and PRs.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft.AspNetCore.Authentication.JwtBearer
  • 1 total downloads
  • Latest version: 1.0.5
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.3
  • aspnetcore,authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute