Fast.DependencyInjection 3.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fast.DependencyInjection --version 3.0.5
NuGet\Install-Package Fast.DependencyInjection -Version 3.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fast.DependencyInjection" Version="3.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fast.DependencyInjection --version 3.0.5
#r "nuget: Fast.DependencyInjection, 3.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Fast.DependencyInjection as a Cake Addin
#addin nuget:?package=Fast.DependencyInjection&version=3.0.5

// Install Fast.DependencyInjection as a Cake Tool
#tool nuget:?package=Fast.DependencyInjection&version=3.0.5

Fast.NET(v3)

框架介绍

一个快速构建项目,集百家所长,专注于 Web Api 应用,提供开箱即用的功能,并紧跟最新的前沿技术的 .NET 框架。

技术选择

  • Fast.NET v3 版本采用 C# 10 和 .NET 6 进行开发。
项目特点:
  • 集百家所长:集百家好用功能于一体。
  • 开箱即用:提供众多黑科技,无需额外的配置或开发工作,可以快速构建项目。
  • 紧随前沿技术:采用最新的技术和框架,始终保持与行业的最新趋势和发展同步。

项目背景

过去 .NET 在国内并没有很好的开源环境和社区,随着国内使用 .NET 的程序猿越来越多,慢慢的国内的开源环境和社区也越来越好。

各种 .NET 开源框架,也应时代而生。(ABPFurionAdmin.NETMagic.NET

本人作为在 .NET 行业中从业5年的小菜鸟,也用过了很多开源的框架,所以想基于自己的工作经验和经历,为 .NET 开源做出一份小小的贡献。

所以 Fast.NET(v3)诞生了。

这里由衷感谢,几位 .NET 开源框架的大佬。

正是因为这些 .NET 大佬,才有了 Fast.NET 的诞生。

此处要特别感谢 Furion 的作者 百小僧 和其开发团队【百签科技(广东)有限公司】。

Fast.NET 框架底层部分核心代码都是由 Furion 提供,借鉴或引用了 Furion v4 的部分源码,也征得了作者 百小僧 的同意授权。

持续集百家所长,完善与丰富本框架基础设施,为.NET生态增加一种选择!

分支说明

分支 详情 版本 环境 建议
master 主分支 稳定版本 生产环境 如果需要Fork或者在此版本上进行修改,请拉取master分支的代码
develop 开发分支 迭代版本 开发环境 develop是快速迭代版本,此版本的功能是未经过测试的代码,所以不建议用develop进行Fork和学习
next 超前分支 超前版本 不建议 next是超前迭代版本,此版本的功能是本人觉得好用,或者即将实现的的代码,所以不建议用于任何用途

🥞 更新日志

更新日志 点击查看

🍖 详细功能(模块说明)

模块名称 状态 版本 说明 备注
Fast.Cache nuget Fast.NET 框架缓存模块库 一个在 .NET 行业中从业5年的小菜鸟常用的 Redis 缓存库,基于 CSRedisCore 封装
Fast.NET.Core nuget Fast.NET 框架核心模块库 因 Fast.Core 已存在 Nuget 包,故改名 Fast.NET.Core
Fast.CorsAccessor nuget Fast.NET 框架跨域处理模块库
Fast.DataValidation nuget Fast.NET 框架数据验证模块库 基于 Furion v4 部分源码
Fast.DependencyInjection nuget Fast.NET 框架依赖注入模块库 基于 Furion v4 部分源码
Fast.DynamicApplication nuget Fast.NET 框架动态API应用模块库 基于 Furion v4 部分源码
Fast.EventBus nuget Fast.NET 框架事件总线模块库 引用 Furion v4 源码
Fast.Exception nuget Fast.NET 框架异常模块库 基于 Furion v4 部分源码
Fast.IaaS nuget Fast.NET 框架基础设施模块库 一个在 .NET 行业中从业5年的小菜鸟常用的拓展工具类
Fast.Logging nuget Fast.NET 框架日志模块库 引用 Furion v4 源码
Fast.Mapster nuget Fast.NET 框架对象映射模块库 基于 Mapster 封装
Fast.Serialization nuget Fast.NET 框架序列化模块库 基于 System.Text.Json 封装
Fast.SpecificationDocument nuget Fast.NET 框架规范化文档模块库 引用 Furion v4 源码
Fast.UAParser nuget Fast.NET 框架User-Agent解析模块库 引用 UAParser 源码
Fast.UnifyResult nuget Fast.NET 框架规范化返回模块库 引用 Furion v4 源码

⚡ 近期计划

  • [✅] 基础设施模块
  • [✅] 核心模块
  • [✅] 跨域处理模块
  • [✅] 对象映射模
  • [✅] Redis缓存模块
  • [✅] 序列化模块
  • [✅] User-Agent解析模块
  • [✅] 依赖注入模块
  • [✅] 动态API模块
  • [✅] 规范化文档模块
  • [✅] 数据验证模块
  • [✅] 异常模块
  • [✅] 规范化返回模块
  • [✅] 日志模块
  • [✅] 事件总线
  • [⚠️] ...

状态说明

图标 描述
⚠️ 待定
进行中
完成
💔 随时抛弃

🥦 补充说明

如果对您有帮助,您可以点右上角 “Star” 收藏一下 ,获取第一时间更新,谢谢!

🍻 协议

Fast.NET 遵循 Apache-2.0 开源协议,欢迎大家提交 PRIssue

团队成员

成员 技术 昵称 座右铭
小方 全栈 1.8K仔 接受自己的平庸和普通,是成长的必修课 <br> 你羡慕的生活都是你没熬过的苦 <br> 当你的能力还撑不起你的野心时,你就需要静下心来 好好学习

免责申明

请勿用于违反我国法律的项目上 

如果对您有帮助,您可以点 "Star" 支持一下,这样才有持续下去的动力,谢谢!!!

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.5.0 48 5/2/2024
3.4.20 91 3/14/2024
3.4.19.7 85 3/6/2024
3.4.19.6 81 3/6/2024
3.4.19.5 85 2/28/2024
3.4.19.4 88 2/27/2024
3.4.19.3 82 2/26/2024
3.4.19.2 82 2/23/2024
3.4.19.1 84 2/23/2024
3.4.19 90 2/22/2024
3.4.18.18 94 2/2/2024
3.4.18.17 73 2/1/2024
3.4.18.16 73 2/1/2024
3.4.18.15 73 2/1/2024
3.4.18.14 71 2/1/2024
3.4.18.13 71 2/1/2024
3.4.18.12 72 2/1/2024
3.4.18.11 71 2/1/2024
3.4.18.10 75 1/31/2024
3.4.18.9 71 1/31/2024
3.4.18.8 70 1/31/2024
3.4.18.7 67 1/31/2024
3.4.18.6 75 1/30/2024
3.4.18.5 71 1/30/2024
3.4.18.4 73 1/30/2024
3.4.18.3 70 1/29/2024
3.4.18.2 70 1/29/2024
3.4.18.1 71 1/29/2024
3.4.18 75 1/27/2024
3.4.17.10 79 1/24/2024
3.4.17.9 77 1/24/2024
3.4.17.8 73 1/24/2024
3.4.17.7 77 1/23/2024
3.4.17.6 84 1/20/2024
3.4.17.5 82 1/20/2024
3.4.17.4 84 1/20/2024
3.4.17.3 73 1/20/2024
3.4.17.2 75 1/20/2024
3.4.17.1 80 1/18/2024
3.4.17 73 1/18/2024
3.4.16 79 1/17/2024
3.4.15 99 1/12/2024
3.4.14 80 1/12/2024
3.4.13 85 1/11/2024
3.4.12 80 1/10/2024
3.4.11.1 68 1/10/2024
3.4.11 89 1/10/2024
3.4.10.4 84 1/9/2024
3.4.10.3 86 1/9/2024
3.4.10.2 82 1/9/2024
3.4.10.1 91 1/9/2024
3.4.10 95 1/9/2024
3.4.9.1 93 1/8/2024
3.4.9 98 1/8/2024
3.4.8 108 1/6/2024
3.4.7.3 100 1/6/2024
3.4.7.2 89 1/6/2024
3.4.7.1 92 1/5/2024
3.4.7 100 1/5/2024
3.4.6.3 128 12/28/2023
3.4.6.2 105 12/27/2023
3.4.6.1 102 12/27/2023
3.4.6 88 12/26/2023
3.4.5 100 12/25/2023
3.4.4 103 12/25/2023
3.4.3 96 12/25/2023
3.4.2 116 12/19/2023
3.4.1 103 12/14/2023
3.4.0 124 12/7/2023
3.3.4 121 11/24/2023
3.3.3 100 11/22/2023
3.3.2 112 11/17/2023
3.3.1 104 11/16/2023
3.2.20 107 11/14/2023
3.2.19 108 11/14/2023
3.2.18 101 11/14/2023
3.2.17 101 11/13/2023
3.2.16 101 11/13/2023
3.2.15 101 11/13/2023
3.2.14 92 11/13/2023
3.2.13 100 11/12/2023
3.2.12 98 11/11/2023
3.2.11 116 11/2/2023
3.2.10 103 11/2/2023
3.2.9 103 11/2/2023
3.2.7 100 11/2/2023
3.2.6 102 11/2/2023
3.2.5 109 11/2/2023
3.2.4 94 11/1/2023
3.2.3 105 11/1/2023
3.2.2 108 11/1/2023
3.2.1 98 11/1/2023
3.2.0 104 11/1/2023
3.1.10 125 11/1/2023
3.1.9 106 11/1/2023
3.1.8 117 10/31/2023
3.1.7 121 10/31/2023
3.1.6 117 10/28/2023
3.1.5 122 10/28/2023
3.1.4 116 10/27/2023
3.1.3 126 10/27/2023
3.1.2 112 10/27/2023
3.1.1 107 10/27/2023
3.0.10-test.1.20231026.7 56 10/26/2023
3.0.10-test.1.20231026.6 59 10/26/2023
3.0.10-test.1.20231026.5 56 10/26/2023
3.0.10-test.1.20231026.4 56 10/26/2023
3.0.10-test.1.20231026.3 65 10/26/2023
3.0.10-test.1.20231026.2 58 10/26/2023
3.0.10-test.1.20231026.1 61 10/26/2023
3.0.10-test.1.20231025.4 63 10/25/2023
3.0.10-test.1.20231025.3 58 10/25/2023
3.0.10-test.1.20231025.2 57 10/25/2023
3.0.10-test.1.20231025.1 60 10/25/2023
3.0.9-test.1.20231024.1 65 10/25/2023
3.0.8 113 10/11/2023
3.0.7 110 10/5/2023
3.0.6 114 10/4/2023
3.0.5 95 10/4/2023