AlibabaCloud.GatewaySpi
by: Alibaba Cloud
- 37 total downloads
- Latest version: 0.0.3
Alibaba Cloud Gateway SPI SDK Library for .NET
AlibabaCloud.TeaXML
by: Alibaba Cloud
- 55 total downloads
- Latest version: 0.0.5
Alibaba Cloud TeaXML SDK for .NET
Aliyun.Credentials
by: Alibaba Cloud
- 158 total downloads
- Latest version: 1.5.0
Alibaba Cloud Credentials for .NET
AnyOf
by: Stef Heyenrath
- 259 total downloads
- Latest version: 0.5.0
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)
- 89 total downloads
- Latest version: 4.1.0
Code Analyzers supporting using Api Endpoints
Ardalis.GuardClauses
by: Steve Smith (@ardalis)
- 312 total downloads
- Latest version: 3.3.0
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
- 176 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
AspectCore.Abstractions
by: Lemon
- 359 total downloads
- Latest version: 2.0.0
The abstract design of the AspectCore framework.
AspectCore.Core
by: Lemon
- 332 total downloads
- Latest version: 2.0.0
The implementation of the AspectCore framework.
AspectCore.Extensions.Reflection
by: Lemon
- 343 total downloads
- Latest version: 2.0.0
Reflection extension system for AspectCore Framework.
AspNet.Security.OpenIdConnect.Primitives
by: Kévin Chalet
- 90 total downloads
- Latest version: 1.1.0
OpenID Connect primitives for the OpenID Connect server middleware.
Aspose.Drawing.Common
by: Aspose
- 359 total downloads
- Latest version: 25.2.0
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
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
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 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.
AutoBogus.NSubstitute
by: Nick Dodd
- 247 total downloads
- Latest version: 2.13.1
A C# library complementing the Bogus generator by adding auto creation and population capabilities. This package includes mocking options using NSubtitute.
Autofac
by: Autofac Contributors
- 607 total downloads
- Latest version: 4.9.4
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 126 total downloads
- Latest version: 4.4.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.