Humanizer.Core.ru by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.11.10
Humanizer Locale Russian (ru)
Humanizer.Core.sr by: Mehdi Khalili, Claire Novotny
  • 8 total downloads
  • Latest version: 2.14.1
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn by: Mehdi Khalili, Claire Novotny
  • 11 total downloads
  • Latest version: 2.11.10
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.14.1
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.uk by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.13.14
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.11
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.zh-Hans by: Mehdi Khalili, Claire Novotny
  • 5 total downloads
  • Latest version: 2.10.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili, Claire Novotny
  • 7 total downloads
  • Latest version: 2.13.14
Humanizer Locale Chinese (zh-Hant)
Iced by: iced project and contributors <https://github.com/icedland>
  • 0 total downloads
  • Latest version: 1.19.0
  • disassembler x86 x64 assembler encoder decoder formatter
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.11.0-pre.1
IKVM MSBuild Tools
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 3 total downloads
  • Latest version: 10.0.0-beta7
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
LanguageExt.Core by: Paul Louth
  • 3 total downloads
  • Latest version: 3.0.20
  • C#, Functional, Language Extension, Monad, Option, Either, Reader, Writer, State, List, Set, Map, Queue, Memo, Memoization, Immutable, Lambda, Pattern Matching, Tuple
This library uses and abuses the features of C# 6 and 7 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
Magick.NET.Core by: Dirk Lemstra
  • 0 total downloads
  • Latest version: 11.3.0
  • ImageMagick Magick.NET Image Convert Resize Draw Effects
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/main/docs before installing to help you decide the best version.
Microsoft.ApplicationInsights.DependencyCollector by: Microsoft
  • 0 total downloads
  • Latest version: 2.15.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
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
Microsoft.ApplicationInsights.PerfCounterCollector by: Microsoft
  • 4 total downloads
  • Latest version: 2.15.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry ASP.NET ASMX Web Azure Server Services ASPX Websites Performance Counters Performance Collection
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer by: Microsoft
  • 0 total downloads
  • Latest version: 2.16.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel by: Microsoft
  • 10 total downloads
  • Latest version: 2.22.0
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK
This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.App.Ref by: Microsoft
  • 0 total downloads
  • Latest version: 6.0.29
  • aspnetcore targeting-pack
Provides a default set of APIs for building an ASP.NET Core application. Contains reference assemblies, documentation, and other design-time assets. This package is an internal implementation of the .NET Core SDK and is not meant to be used as a normal PackageReference. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c83354d42e63d2bb07e6b24b7c67ef91e434f359
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 4 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 0 total downloads
  • Latest version: 6.0.33
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f0f9de5692adf1c0576de062f93c6ab7b176433f