Furion.Extras.AspNetCore
1.0.34
Suggested Alternatives
dotnet add package Furion.Extras.AspNetCore --version 1.0.34
NuGet\Install-Package Furion.Extras.AspNetCore -Version 1.0.34
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="Furion.Extras.AspNetCore" Version="1.0.34" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Furion.Extras.AspNetCore --version 1.0.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Furion.Extras.AspNetCore, 1.0.34"
#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 Furion.Extras.AspNetCore as a Cake Addin #addin nuget:?package=Furion.Extras.AspNetCore&version=1.0.34 // Install Furion.Extras.AspNetCore as a Cake Tool #tool nuget:?package=Furion.Extras.AspNetCore&version=1.0.34
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
🍟 概述
- 基于.NET 5实现的通用管理平台。整合最新技术,模块插件式开发,前后端分离,开箱即用。
- 后台基于Furion框架,vue2前端基于小诺框架,vue3前端基于Vben-Admin框架。
- 集成EF Core、多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、gRPC等众多黑科技。
- 核心模块包括:用户、角色、职位、组织机构、菜单、字典、日志、多应用管理、文件管理、定时任务等功能。
- 代码简洁、易扩展,让开发更简单、更通用、更流行!
如果对您有帮助,点击右上角⭐Star⭐关注 ,感谢支持开源!
🍁 框架拓展包
包名称 | 版本 | 描述 |
---|---|---|
Furion.Extras.AspNetCore | Admin.NET 核心包 |
可自行按照 Furion 框架脚手架初始化工程,然后引用此包即可,其他层配置见源代码。🔊此包会紧跟Furion版本更新而更新。
🍀 框架脚手架
模板名称 | 版本 | 描述 |
---|---|---|
Furion.Extras.Mixed.Template | Admin.NET 一体框架模板 | |
Furion.Extras.AspNetCore.Template | Admin.NET 框架模板 | |
Furion.Extras.Vue.Template | Admin.Vue 框架模板 |
一体后端脚手架 (femt)
打开 CMD 或 Powershell 执行dotnet命令
1、安装脚手架
dotnet new --install Furion.Extras.Mixed.Template
2、更新脚手架
dotnet new --install Furion.Extras.Mixed.Template
3、查看手脚架
dotnet new femt -h
4、使用脚手架(生成之后推荐将所有的 nuget 包更新到最新版本)
dotnet new femt -d 你的数据库类型 -E 是否启用租户(true/false) -n 你的项目名称
其实安装之后可以直接在VS里面进行可视化及创建工程
后端脚手架 (feat)
打开 CMD 或 Powershell 执行dotnet命令
1、安装脚手架
dotnet new --install Furion.Extras.AspNetCore.Template
2、更新脚手架
dotnet new --install Furion.Extras.AspNetCore.Template
3、查看手脚架
dotnet new feat -h
4、使用脚手架(生成之后推荐将所有的 nuget 包更新到最新版本)
dotnet new feat -d 你的数据库类型 -n 你的项目名称
其实安装之后可以直接在VS里面进行可视化及创建工程
前端脚手架 (fevt)
打开 CMD 或 Powershell 执行dotnet命令
1、安装脚手架
dotnet new --install Furion.Extras.Vue.Template
2、更新脚手架
dotnet new --install Furion.Extras.Vue.Template
3、查看手脚架
dotnet new fevt -h
4、使用脚手架(生成之后推荐将所有的 nuget 包更新到最新版本)
dotnet new fevt -E 是否启用租户(true/false) -n 你的项目名称
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- Furion (>= 2.19.0)
- Furion.Extras.Authentication.JwtBearer (>= 2.19.0)
- Furion.Extras.Logging.Serilog (>= 2.19.0)
- Furion.Extras.ObjectMapper.Mapster (>= 2.19.0)
- Magicodes.IE.Excel (>= 2.5.5.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 5.0.9)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 5.0.1)
- MiniExcel (>= 0.17.5)
- OnceMi.AspNetCore.OSS (>= 1.0.8)
- System.Drawing.Common (>= 5.0.2)
- System.Linq.Dynamic.Core (>= 1.2.12)
- System.Text.Encoding.CodePages (>= 5.0.0)
- UAParser (>= 3.1.47)
- Yitter.IdGenerator (>= 1.0.12)
- Zack.EFCore.Batch (>= 1.4.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Furion.Extras.AspNetCore:
Package | Downloads |
---|---|
Furion.Extras.AspNetCore.Template
基于 Furion 框架快速搭建 Mvc/Api 通用权限应用层架构模板。 |
GitHub repositories
This package is not used by any popular GitHub repositories.