AdamE.Firebase.iOS.ABTesting
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.10.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.AppCheck
by: Microsoft, Adam Essenmacher, Jean-Emmanuel Baillat
- 0 total downloads
- Latest version: 12.10.0
C# bindings for Firebase APIs App Check iOS Library
AdamE.Firebase.iOS.CloudFirestore
by: Microsoft, Adam Essenmacher
- 4 total downloads
- Latest version: 11.7.0
C# bindings for Firebase APIs Cloud Firestore iOS Library
AdamE.Firebase.iOS.CloudFunctions
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.8.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.Core
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 12.10.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Installations
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 11.9.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.Storage
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.9.0
C# bindings for Firebase APIs Storage iOS Library
AutoMapper
by: Jimmy Bogard
- 5 total downloads
- Latest version: 4.0.0-ci1034
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
AWSSDK.Core
by: Amazon Web Services
- 60 total downloads
- Latest version: 4.0.101.1
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 65 total downloads
- Latest version: 4.0.100.4
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Bogus
by: Brian Chavez
- 1 total downloads
- Latest version: 35.6.4
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
CsvHelper
by: Josh Close
- 1 total downloads
- Latest version: 10.0.0-beta01
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 3 total downloads
- Latest version: 25.0.0
Protocol Buffer messages for Cucumber's and SpecFlow's inter-process communication
deniszykov.WebSocketListener
by: Valeriano Tortola, Denis Zykov
- 4 total downloads
- Latest version: 4.2.15
A lightweight and highly scalable asynchronous WebSocket listener for .NET Core, .NET and Mono.
https://github.com/deniszykov/WebSocketListener
FastEndpoints
by: FastEndpoints
- 10 total downloads
- Latest version: 5.18.0
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FluentValidation
by: Jeremy Skinner
- 1 total downloads
- Latest version: 8.6.2
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Grpc.Net.Client
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.56.0-pre1
.NET client for gRPC
Grpc.Tools
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.43.0-pre1
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 2 total downloads
- Latest version: 1.11.6
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).