DotLiquid by: Tim Jones, Alessandro Petrelli
  • 6 total downloads
  • Latest version: 2.3.197
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
EPPlus.Interfaces by: EPPlus.Interfaces
  • 1 total downloads
  • Latest version: 7.7.0
Package Description
FluentAssertions by: Dennis Doomen
  • 3 total downloads
  • Latest version: 5.5.1
  • MSTest MSTest2 xUnit xUnit2 NUnit MSpec NSpec Gallio MbUnit TDD BDD Fluent netcore netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.5 and 4.7, as well as .NET Core 2.0, .NET Standard 1.3, 1.6 and 2.0. Supports the unit test frameworks MSTest, MSTest2, Gallio, NUnit, XUnit, MBUnit, MSpec, and NSpec.
Gee.External.Capstone by: Ahmed Garhy (@9ee1)
  • 1 total downloads
  • Latest version: 2.0.1
  • capstone disassembler reverse-engineering security arm x86
Capstone.NET is an opinionated .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
GeoAPI.CoordinateSystems by: NetTopologySuite Team
  • 1 total downloads
  • Latest version: 1.7.5-pre020
  • OGC SFS NTS GIS
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
Gherkin by: Cucumber Ltd, Gaspar Nagy
  • 6 total downloads
  • Latest version: 24.1.0
  • specflow gherkin cucumber
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Grpc by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.29.0
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore.Server by: The gRPC Authors
  • 5 total downloads
  • Latest version: 2.66.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.Core by: Google Inc.
  • 2 total downloads
  • Latest version: 1.18.0
  • gRPC RPC Protocol HTTP/2
Package Description
Grpc.Net.Client by: The gRPC Authors
  • 12 total downloads
  • Latest version: 2.65.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 10 total downloads
  • Latest version: 2.63.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Humanizer by: Mehdi Khalili, Claire Novotny
  • 3 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core.bn-BD by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.11
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.hu by: Mehdi Khalili, Claire Novotny
  • 3 total downloads
  • Latest version: 2.8.26
Humanizer Locale Hungarian (hu)
Humanizer.Core.ru by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.11.10
Humanizer Locale Russian (ru)
Iced by: 0xd4d
  • 2 total downloads
  • Latest version: 1.7.0
  • disassembler x86 x64 assembler encoder decoder formatter
Iced is a high performance x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler. - ✔️Supports all Intel and AMD instructions - ✔️100% C# code - ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory - ✔️Small decoded instructions, only 32 bytes - ✔️High level Assembler providing a simple and lean syntax (e.g `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, flow control info, etc - ✔️All instructions are tested (decode, encode, format, instruction info) - ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - ✔️License: MIT
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 6 total downloads
  • Latest version: 8.10.3
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 8 total downloads
  • Latest version: 8.12.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.5.2
IKVM MSBuild Tools
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2023.3.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. 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.