60 packages tagged with “ServiceCollection”
ServiceCollection registrations for LazyCache to initialise the dependency injection collection and add enable IAppCache to be injected into your app
Diagnostic middleware for ASP.NET Core to display all registered services.
# EventFlow <table border=0 cellpadding=0 cellspacing=0> <tr> <td width=25%> <img src=./icon-128.png /> </td> <td width=25%> <p> <a href=https://www.nuget.org/packages/EventFlow/><img src=https://img.shields.io/nuget/v/EventFlow.svg?style=flat /></a> </p> <p> <a href=https://docs.geteventflow.net/?badge=latest><img src=https://readthedocs.org/projects/eventflow/badge/?version=latest /></a> </p> </td> <td width=25%> <p> <a href=https://ci.appveyor.com/project/eventflow/eventflow><img src=https://ci.appveyor.com/api/projects/status/51yvhvbd909e4o82/branch/develop?svg=true /></a> </p> <p> <a href=https://gitter.im/rasmus/EventFlow?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge><img src=https://badges.gitter.im/Join Chat.svg /></a> </p> <!-- <p> <a href=https://codecov.io/github/eventflow/EventFlow?branch=develop><img src=https://codecov.io/github/eventflow/EventFlow/coverage.svg?branch=develop /></a> </p> --> </td> <td width=25%> Think EventFlow is great,<br/> <a href=https://www.paypal.me/rasmusnu>buy me a cup of coffee</a> </td> </tr> </table> NuGet feeds - Official releases: https://www.nuget.org/packages/EventFlow/ - Builds: https://ci.appveyor.com/nuget/eventflow EventFlow is a basic CQRS+ES framework designed to be easy to use. Have a look at our [getting started guide](https://docs.geteventflow.net/GettingStarted.html), the [do’s and don’ts](https://docs.geteventflow.net/DosAndDonts.html) and the [FAQ](https://docs.geteventflow.net/FAQ.html). ### Features * **CQRS+ES framework** * **Async/await first:** Every part of EventFlow is written using async/await. * **Highly configurable and extendable** * **Easy to use** * **No use of threads or background workers** * **Cancellation:** All methods that does IO work or might delay execution (due to retries), takes a `CancellationToken` argument to allow you to cancel the operation ### Examples * **[Complete](#complete-example):** Shows a complete example on how to use EventFlow with in-memory event store and read models in a relatively few lines of code * **Shipping:** To get a more complete example of how EventFlow _could_ be used, have a look at the shipping example found here in the code base. The example is based on the shipping example from the book Domain-Driven Design - Tackling Complexity in the Heart of Software by Eric Evans. Its _in-progress_, but should provide inspiration on how to use EventFlow on a larger scale. If you have ideas and/or comments, create a pull request or an issue
Microsoft.Extensions.DependencyInjection integration for IbanNet; IbanNet provides an IBAN validator and parser.
Modules for Microsoft.Extensions.DependencyInjection
DotNetCore.AspNetCore
Ninject module regististrations for LazyCache to initialise dependency injection
Attribute-driver Service Registration for .NET Core
Provides a fluent API for registering decorator chains using Scrutor, with support for lifetime configuration and duplicate decorator prevention. Requires .NET 8.0 or later.
A simple AutoRegistration tool for dotnet
A collection of helpful IServiceCollection extension methods
Add components to `IServiceCollection` by convention.
If extension method.
A simple, easy to use asynchronous messaging framework for .NET.
A collection of helpful IServiceCollection extension methods involving Application Insights
HttpMocker is a testing layer for HttpClient library
A small library with attributes for C# classes. Used by the Boot4ServiceCollection when adding classes to the service collection.
Source generator that will automate the process of registering services in the dependency injection container
A small library to reorganise how classes are added to the ServiceCollection.
Dependency Injection extensions for integrating RoomSharp databases with IServiceCollection.
Fluent interface API around VRChat.API, allowing for fluent usage of the library in enterprise-grade environments.
Broker extension for Microsoft.Extensions.DependencyInjection
Validate your ServiceCollection.
A library for bridging the gap between the build in .NET di framework and other di frameworks
This library provide possibility to create modules for IoC
Utility library for distributing the application bootstrap into seperate modules for the IServiceCollection and IHost.
Extensions for hosting and dependency injection for the VRChat API Library for .NET
Service Provider Functions is a small libary (1 class) that takes care of the .net core IServiceCollection dependency injection boilerplate code for AWS Lambda Functions in .net core 3.1.
Wrap Registered .NET DI Services with Cross Cutting concerns
IServiceCollection extensions to add Module with assembly scan