Flowbix.Infrastructure
1.0.4-alpha
dotnet add package Flowbix.Infrastructure --version 1.0.4-alpha
NuGet\Install-Package Flowbix.Infrastructure -Version 1.0.4-alpha
<PackageReference Include="Flowbix.Infrastructure" Version="1.0.4-alpha" />
<PackageVersion Include="Flowbix.Infrastructure" Version="1.0.4-alpha" />
<PackageReference Include="Flowbix.Infrastructure" />
paket add Flowbix.Infrastructure --version 1.0.4-alpha
#r "nuget: Flowbix.Infrastructure, 1.0.4-alpha"
#:package Flowbix.Infrastructure@1.0.4-alpha
#addin nuget:?package=Flowbix.Infrastructure&version=1.0.4-alpha&prerelease
#tool nuget:?package=Flowbix.Infrastructure&version=1.0.4-alpha&prerelease
Flowbix.Infrastructure
A lightweight and reusable ASP.NET Core utility library by Flowbix, designed to accelerate backend development and promote clean, maintainable architecture.
Overview
Flowbix.Infrastructure provides a curated set of utilities and extensions to simplify common ASP.NET Core development patterns.
It includes helpers for dependency injection, middleware configuration, data access, and application infrastructure.
Features
Extension Methods
IServiceCollectionextensions for streamlined dependency injectionIApplicationBuilderhelpers for middleware registrationIQueryableextensions for filtering, sorting, and pagination
Infrastructure
- Base repository and service interfaces
- Database context and configuration registration helpers
- Application-wide constants and settings
- Global error-handling and logging middleware
Helper Utilities
- String manipulation utilities (case conversion, safe parsing, etc.)
- Date and time helpers
- JSON serialization/deserialization shortcuts
Installation
dotnet add package Flowbix.Infrastructure
License
MIT License � Flowbix 2025
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net9.0
- AutoMapper (>= 13.0.1)
- AutoMapper.Extensions.ExpressionMapping (>= 7.0.2)
- EPPlus (>= 7.5.0)
- Flowbix.Domain (>= 1.0.4-alpha)
- LinqKit.Microsoft.EntityFrameworkCore (>= 9.0.6)
- MailKit (>= 4.8.0)
- Microsoft.Data.SqlClient (>= 5.2.2)
- Microsoft.EntityFrameworkCore (>= 9.0.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Logging (>= 9.0.0)
- Microsoft.Extensions.Logging.Configuration (>= 9.0.0)
- Newtonsoft.Json (>= 13.0.3)
- OnlyOTP (>= 1.1.1)
- OnlyOtp.Storage.InMemory (>= 1.1.1)
- Swashbuckle.AspNetCore (>= 6.8.0)
- Twilio (>= 7.8.0)
- X.PagedList (>= 9.1.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.4-alpha | 143 | 10/23/2025 |
Initial release of Flowbix.Infrastructure.
Includes core infrastructure patterns, base services, and reusable structures for ASP.NET Core applications.