AWSSDK.SimpleEmail by: Amazon Web Services
  • 0 total downloads
  • Latest version: 4.0.3.2
  • AWS Amazon cloud SimpleEmailService aws-sdk-v4 SES
Amazon SES is an outbound-only email-sending service that provides an easy, cost-effective way for you to send email.
coverlet.msbuild by: tonerdo
  • 0 total downloads
  • Latest version: 6.0.0
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Humanizer.Core.mt by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Maltese (mt)
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.10
  • aspnetcore identity membership razorpages
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5bae930797f60d2d04f3b1df6a33eaca85fc5f28
Microsoft.Diagnostics.Tracing.TraceEvent by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.30
  • TraceEvent EventSource Microsoft ETW Event Tracing for Windows
Event Tracing for Windows (ETW) is a powerful logging mechanism built into the Windows OS and is used extensively in Windows. You can also log ETW events yourself code using the System.Diagnostics.Tracing.EventSource class. The TraceEvent library conains the classes needed to control ETW providers (including .NET EventSources) and parse the events they emit. The library includes -- TraceEventSession which can enable ETW providers, -- EtwTraceEventSource which lets you read the stream of ETW events, and -- TraceLog which is is digested form of ETW events which include decoded stack traces associated with the events. See https://github.com/Microsoft/perfview/blob/master/documentation/TraceEvent/TraceEventLibrary.md for more.
Microsoft.NETCore.DotNetHostResolver by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.15
Provides an implementation of framework resolution strategy used by Microsoft.NETCore.DotNetHost 3065735be79d6b7d17e8e3a723115810b43c9b3a When using NuGet 3.x this package requires at least version 3.4.
Microsoft.WindowsAppSDK.WinUI by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.1
  • Windows "Windows App SDK" WinAppSDK WinUI XAML Fluent Controls Downlevel Compatibility TreeView ColorPicker NavigationView MenuBar
The Windows App SDK empowers all Windows Desktop apps with modern Windows UI, APIs, and platform features, including back-compat support. This package contains the modern Windows UI features.
Sentry.Bindings.Android by: Sentry Team and Contributors
  • 0 total downloads
  • Latest version: 6.5.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling
.NET Bindings for the Sentry Android SDK
Sentry.Profiling by: Sentry Team and Contributors
  • 1 total downloads
  • Latest version: 6.5.0
  • Sentry GetSentry Error-Reporting Crash-Reporting Exception-Handling Profiling Diagnostic
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
System.Collections.Concurrent by: Microsoft
  • 1 total downloads
  • Latest version: 4.0.10-beta-22605
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T>