ftrip.io.framework
2.4.1
See the version list below for details.
dotnet add package ftrip.io.framework --version 2.4.1
NuGet\Install-Package ftrip.io.framework -Version 2.4.1
<PackageReference Include="ftrip.io.framework" Version="2.4.1" />
paket add ftrip.io.framework --version 2.4.1
#r "nuget: ftrip.io.framework, 2.4.1"
// Install ftrip.io.framework as a Cake Addin #addin nuget:?package=ftrip.io.framework&version=2.4.1 // Install ftrip.io.framework as a Cake Tool #tool nuget:?package=ftrip.io.framework&version=2.4.1
Framework with all necessary things for developing ftrip.io microservice. Framework contains the setup for CQRS, Exception Handling, Globalization, Installers, Mapping, Persistence, Swagger, etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- AspNetCore.HealthChecks.MongoDb (>= 3.1.3)
- AspNetCore.HealthChecks.MySql (>= 3.1.1)
- AspNetCore.HealthChecks.UI (>= 3.1.3)
- AspNetCore.HealthChecks.UI.Client (>= 3.1.2)
- AspNetCore.HealthChecks.UI.InMemory.Storage (>= 3.1.2)
- AutoMapper.Extensions.Microsoft.DependencyInjection (>= 8.1.0)
- FluentValidation.AspNetCore (>= 11.3.0)
- MediatR (>= 11.1.0)
- MediatR.Extensions.Microsoft.DependencyInjection (>= 9.0.0)
- Microsoft.EntityFrameworkCore (>= 3.1.32)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.32)
- MongoDB.Driver (>= 2.19.1)
- Polly (>= 7.2.3)
- Pomelo.EntityFrameworkCore.MySql (>= 3.2.7)
- Pomelo.EntityFrameworkCore.MySql.Json.Newtonsoft (>= 3.2.7)
- Swashbuckle.AspNetCore (>= 6.5.0)
- Swashbuckle.AspNetCore.Filters (>= 7.0.6)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on ftrip.io.framework:
Package | Downloads |
---|---|
ftrip.io.framework.messaging
Framework extensions with all necessary abstractions for event bus messaging built on top of Masstransit. |
|
ftrip.io.framework.auth
Framework extensions with all necessary things for JWT authentication. |
|
ftrip.io.framework.jobs
Framework extensions with all necessary abstractions for background jobs built on top of Hangfire. |
|
ftrip.io.framework.email
Framework extensions with all necessary things for Emailing. |
|
ftrip.io.user-service.contracts
This library contains all necessary user-service contracts such as events, commands, and requests/responses that can be used for handling/communicating in other services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.7.1 | 462 | 6/26/2023 |
2.7.0 | 469 | 6/12/2023 |
2.6.1 | 517 | 5/25/2023 |
2.6.0 | 444 | 5/24/2023 |
2.5.1 | 377 | 5/17/2023 |
2.5.0 | 416 | 5/16/2023 |
2.4.1 | 375 | 5/9/2023 |
2.4.0 | 340 | 5/8/2023 |
2.3.0 | 429 | 5/3/2023 |
2.2.1 | 319 | 5/2/2023 |
2.2.0 | 442 | 4/27/2023 |
2.1.0 | 429 | 4/21/2023 |
2.0.0 | 426 | 4/19/2023 |
1.0.0 | 475 | 4/17/2023 |
Added option to configure health check base path.