AdamE.Firebase.iOS.ABTesting
by: Microsoft, Adam Essenmacher
- 2 total downloads
- Latest version: 12.0.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Core
by: Microsoft, Adam Essenmacher
- 0 total downloads
- Latest version: 11.3.0
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Crashlytics
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 12.5.0.4
C# bindings for Firebase APIs Crashlytics iOS Library
AdamE.Google.iOS.GoogleDataTransport
by: Microsoft, Adam Essenmacher
- 1 total downloads
- Latest version: 10.1.0.5
GoogleDataTransport packed for .NET for iOS
AngleSharp
by: AngleSharp
- 2 total downloads
- Latest version: 1.1.0-alpha-375
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.SimpleEmail
by: Amazon Web Services
- 1 total downloads
- Latest version: 3.7.502.31
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BenchmarkDotNet
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.15.3
Powerful .NET library for benchmarking
BenchmarkDotNet.Core
by: .NET Foundation and contributors
- 1 total downloads
- Latest version: 0.10.6
Powerful .NET library for benchmarking
BlazorStrap.V5
by: Chanan Braunstein, John Bomhold
- 3 total downloads
- Latest version: 5.1.103-Preview1a
Bootstrap 5.x component library for BlazorStrap
bootstrap
by: The Bootstrap Authors, Twitter Inc.
- 2 total downloads
- Latest version: 4.1.1-contentFiles
The most popular front-end framework for developing responsive, mobile first projects on the web.
CommandLineParser
by: gsscoder, nemec, ericnewton76
- 1 total downloads
- Latest version: 2.7.82
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommunityToolkit.HighPerformance
by: Microsoft
- 0 total downloads
- Latest version: 8.1.0-preview3
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.
CommunityToolkit.Maui
by: Microsoft
- 1 total downloads
- Latest version: 9.1.1
The .NET MAUI Community Toolkit is a collection of Animations, Behaviors, Converters, and Custom Views for development with .NET MAUI. It simplifies and demonstrates common developer tasks building iOS, Android, macOS and Windows apps with .NET MAUI.
CommunityToolkit.Maui.Core
by: Microsoft
- 1 total downloads
- Latest version: 1.3.0
Core library for community toolkits using .NET MAUI
coverlet.msbuild
by: tonerdo
- 0 total downloads
- Latest version: 3.2.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Docker.DotNet.Enhanced.X509
by: Docker.DotNet.X509
- 1 total downloads
- Latest version: 3.128.5
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
Docker.DotNet.X509
by: Docker.DotNet.X509
- 1 total downloads
- Latest version: 3.125.12
Docker.DotNet.X509 is a library that allows you to use certificate authentication with a remote Docker engine programmatically in your .NET applications.
DotLiquid
by: Tim Jones, Alessandro Petrelli
- 1 total downloads
- Latest version: 2.0.314
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
dotnet-ef
by: Microsoft
- 5 total downloads
- Latest version: 9.0.0-rc.2.24474.1
Entity Framework Core Tools for the .NET Command-Line Interface.
Enables these commonly used dotnet-ef commands:
dotnet ef migrations add
dotnet ef migrations list
dotnet ef migrations script
dotnet ef dbcontext info
dotnet ef dbcontext scaffold
dotnet ef database drop
dotnet ef database update