AdamE.Firebase.iOS.Auth
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 11.3.0
C# bindings for Firebase APIs Auth iOS Library
AngleSharp
by: AngleSharp
- 2 total downloads
- Latest version: 1.0.3-alpha-287
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AWSSDK.Core
by: Amazon Web Services
- 3 total downloads
- Latest version: 4.0.0.26
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail
by: Amazon Web Services
- 1 total downloads
- Latest version: 4.0.2.24
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
Azure.Storage.Common
by: Microsoft
- 1 total downloads
- Latest version: 12.7.0-beta.1
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client.
For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/CHANGELOG.md
in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.Common/BreakingChanges.txt
Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/
Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
CommunityToolkit.HighPerformance
by: Microsoft
- 1 total downloads
- Latest version: 8.1.0-preview1
This package includes high performance .NET helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
ConsoleAppFramework
by: Cysharp
- 1 total downloads
- Latest version: 3.2.0
Micro-framework for console applications.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 1 total downloads
- Latest version: 14.0.0
Protocol Buffer messages for Cucumber's and SpecFlow's inter-process communication
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 3 total downloads
- Latest version: 2.0.194
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
DotNet.Testcontainers
by: Andre Hofmeister and contributors
- 1 total downloads
- Latest version: 0.0.4
A lightweight library to run tests with throwaway instances of Docker containers.
EPPlus
by: EPPlus Software AB
- 1 total downloads
- Latest version: 5.4.2
A spreadsheet library for .NET framework and .NET core
Fable
by: Alfonso García-Caro Núñez
- 2 total downloads
- Latest version: 4.0.0-theta-008
F# to JS compiler
FastEndpoints.Messaging.Core
by: FastEndpoints
- 1 total downloads
- Latest version: 7.3.0-beta.2
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security
by: FastEndpoints
- 2 total downloads
- Latest version: 5.3.2.7-beta
Security library for FastEndpoints.
FluentAssertions
by: Dennis Doomen, Jonas Nyrup
- 1 total downloads
- Latest version: 6.12.0
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.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1.
Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
Supported by InfoSupport B.V.
Fluid.Core
by: Sebastien Ros
- 2 total downloads
- Latest version: 2.6.0
Fluid is a template engine based on the Liquid markup, with focus on performance and .NET programming patterns.
Gherkin
by: Cucumber Ltd, Gaspar Nagy
- 1 total downloads
- Latest version: 32.0.1
Cross-platform parser for the Gherkin language, used by Cucumber, SpecFlow and other Cucumber-based tools to parse feature files.
Google.Protobuf
by: Google Inc.
- 1 total downloads
- Latest version: 3.23.3
C# runtime library for Protocol Buffers - Google's data interchange format.
GoogleGson
by: Microsoft
- 1 total downloads
- Latest version: 2.8.6
Gson is a library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.