AdamE.Firebase.iOS.ABTesting by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.5.0
C# bindings for Firebase APIs A/B Testing iOS Library
AdamE.Firebase.iOS.Analytics by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 10.29.0
C# bindings for Firebase APIs Analytics iOS Library
AdamE.Firebase.iOS.CloudFirestore by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 10.29.0.1
C# bindings for Firebase APIs Cloud Firestore iOS Library
AdamE.Firebase.iOS.CloudFunctions by: Microsoft, Adam Essenmacher
  • 4 total downloads
  • Latest version: 11.1.0
C# bindings for Firebase APIs CloudFunctions iOS Library
AdamE.Firebase.iOS.CloudMessaging by: Microsoft, Adam Essenmacher
  • 13 total downloads
  • Latest version: 11.10.0
C# bindings for Firebase APIs Cloud Messaging iOS Library
AdamE.Firebase.iOS.Core by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.4.2.1
C# bindings for Firebase APIs Core iOS Library
AdamE.Firebase.iOS.Crashlytics by: Microsoft, Adam Essenmacher
  • 3 total downloads
  • Latest version: 11.5.0
C# bindings for Firebase APIs Crashlytics iOS Library
AdamE.Firebase.iOS.DynamicLinks by: Microsoft, Adam Essenmacher
  • 2 total downloads
  • Latest version: 11.8.0
C# bindings for Firebase APIs Dynamic Links iOS Library
AdamE.Firebase.iOS.Installations by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.10.0
C# bindings for Firebase APIs Installations iOS Library
AdamE.Firebase.iOS.RemoteConfig by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.6.0
C# bindings for Firebase APIs Remote Config iOS Library
AdamE.Firebase.iOS.Storage by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 10.27.0
C# bindings for Firebase APIs Storage iOS Library
AdamE.Google.iOS.GoogleAppMeasurement by: Microsoft, Adam Essenmacher
  • 1 total downloads
  • Latest version: 11.6.0
GoogleAppMeasurement packed for .NET for iOS
AdamE.Google.iOS.GTMSessionFetcher by: Microsoft, Adam Essenmacher
  • 3 total downloads
  • Latest version: 4.0.0
GTMSessionFetcher packed for .NET for iOS
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 1 total downloads
  • Latest version: 1.0.0-alpha002
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
AWSSDK.Core by: Amazon Web Services
  • 307 total downloads
  • Latest version: 4.0.1
  • AWS Amazon cloud aws-sdk-v4
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.SimpleEmail by: Amazon Web Services
  • 3 total downloads
  • Latest version: 3.7.402.75
  • AWS Amazon cloud SimpleEmailService aws-sdk-v3 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
BlazorStrap by: Chanan Braunstein, John Bomhold
  • 1 total downloads
  • Latest version: 5.2.100
  • blazor bootstrap bootstrap5
A bootstrap 5 component library for Blazor
BouncyCastle.NetCore by: BouncyCastle
  • 1 total downloads
  • Latest version: 1.8.6
  • .net framework, core, standard
a BouncyCastle redist package include .Net Framework and .Net Core/ Standard support
CommandLineParser by: Giacomo Stelluti Scala
  • 1 total downloads
  • Latest version: 1.9.3.15
  • Command Line Parser
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.Toolkit
  • 1 total downloads
  • Latest version: 7.0.2
  • Windows Community Toolkit WCT UWP core standard unsafe span memory string array stream buffer extensions helpers parallel performance
This package includes high performance .NET Standard 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.