AlibabaCloud.GatewaySpi by: Alibaba Cloud
  • 38 total downloads
  • Latest version: 0.0.3
  • Alibaba Aliyun Gateway SPI SDK
Alibaba Cloud Gateway SPI SDK Library for .NET
AlibabaCloud.TeaXML by: Alibaba Cloud
  • 56 total downloads
  • Latest version: 0.0.5
  • AlibabaCloud TeaXML SDK
Alibaba Cloud TeaXML SDK for .NET
Aliyun.Credentials by: Alibaba Cloud
  • 159 total downloads
  • Latest version: 1.5.0
  • alibaba aliyun Credentials
Alibaba Cloud Credentials for .NET
AnyOf by: Stef Heyenrath
  • 260 total downloads
  • Latest version: 0.5.0
  • AnyOf types
Use the AnyOf<TFirst, TSecond, ...> type to handle multiple defined types as input parameters for methods.
Appveyor.TestLogger by: Faizan2304 ngbrown
  • 54 total downloads
  • Latest version: 2.0.0
Logger for uploading test result in Appveyor when test is running with "dotnet test" or "dotnet vstest".
Ardalis.ApiEndpoints.CodeAnalyzers by: Steve Smith (@ardalis) Philip Pittle (@ppittle)
  • 90 total downloads
  • Latest version: 4.1.0
  • api endpoints code analyzers roslyn aspnetcore
Code Analyzers supporting using Api Endpoints
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 337 total downloads
  • Latest version: 4.0.1
  • guard clause clauses assert assertion
A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project.
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 177 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AspectCore.Abstractions by: Lemon
  • 359 total downloads
  • Latest version: 2.0.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The abstract design of the AspectCore framework.
AspectCore.Core by: Lemon
  • 332 total downloads
  • Latest version: 2.0.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The implementation of the AspectCore framework.
AspectCore.Extensions.Reflection by: Lemon
  • 343 total downloads
  • Latest version: 2.0.0
  • Reflection Aop DynamicProxy
Reflection extension system for AspectCore Framework.
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 92 total downloads
  • Latest version: 1.1.0
  • aspnetcore authentication jwt openidconnect security
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions by: Kévin Chalet
  • 114 total downloads
  • Latest version: 1.1.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Primitives by: Kévin Chalet
  • 90 total downloads
  • Latest version: 1.1.0
  • aspnetcore authentication openidconnect primitives security
OpenID Connect primitives for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Server by: Kévin Chalet
  • 117 total downloads
  • Latest version: 1.1.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect server middleware for ASP.NET Core.
Aspose.Drawing.Common by: Aspose
  • 359 total downloads
  • Latest version: 25.2.0
  • Cross-platform System.Drawing Replacement System.Drawing.Common Alternative Component Library API Microsoft .Net Core Standard C# CSharp ASP.NET macOS Windows Azure Linux BMP PNG JPEG GIF TIFF Rendering Text Font Drawing Brush Gradient Pen Line Curve Shape Ellipses Arcs Polygons Splines Paths Blending Clipping Antialiasing Blazor WebAssembly Geometries Bitmap 2D Graphics
Cross-platform System.Drawing.Common alternative. Aspose.Drawing implements most of System.Drawing API (including image manipulation, vector and text drawing) in fully managed code without any external dependencies. Aspose.Drawing package uses System.Drawing namespace and can be used to directly replace System.Drawing.Common package reference in your project - all your existing code using System.Drawing API will continue to work, but now on any .NET supported platform. Aspose.Drawing.Common package uses Aspose.Drawing namespace and can be used side-by-side with System.Drawing.Common on Windows. Aspose.Drawing for .NET is a 2D graphics library for rendering vector graphics such as lines, curves, and figures as well as text onto raster images. It allows to run your existing C# and VB Apps on various supported platforms having identical rendering results. Aspose.Drawing for .NET can be used in .NET Framework, .NET Core or Xamarin applications in Windows, Linux, Android, Azure Functions or Blazor WebAssembly. It can be safely run from any restricted environment such as Windows or ASP.NET service. With Aspose.Drawing you can create bitmaps from scratch or load from existing files; draw lines, Bézier curves, splines, arcs, rectangles, polygons, eclipses, etc.; work with graphics paths; render text with different fonts and styles. It allows using different pen widths and styles; solid, texture, gradient and hatch brushes; clipping regions and matrix transformations. Images are stored in memory as managed arrays of pixels and can be saved in various image formats including BMP, PNG, JPEG, GIF, and TIFF.
AsyncAwaitBestPractices by: Brandon Minnick John Thiriet
  • 12 total downloads
  • Latest version: 8.0.0
  • task fire and forget threading extensions system.threading.tasks async await
Extensions for System.Threading.Tasks Includes extension methods to safely fire-and-forget a Task and/or a ValueTask Includes WeakEventManger which avoids memory leaks when events are not unsubscribed
AsyncBridge by: Daniel Grunwald Omer Mor Alex Davies jnm2
  • 54 total downloads
  • Latest version: 0.3.1
  • async await C# language support .NET Framework 3.5 4.0 portable Silverlight net35 net40 sl5
C# 5 async/await support for .NET Framework pre-4.5 This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
AsyncFixer by: Semih Okur
  • 12 total downloads
  • Latest version: 1.5.1
  • asyncfixer analyzers async/await asynchronous concurrency diagnostics codefix roslyn codeanalysis async await
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program transformations. AsyncFixer has been tested with thousands of open-source C# projects and successfully handles many corner cases.
AutoBogus by: Nick Dodd
  • 230 total downloads
  • Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities.