Furion.Extras.AspNetCore 1.0.34

Suggested Alternatives

Furion.Extras.AspNetCore 1.0.33

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
#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

🍟 概述

  • 基于.NET 5实现的通用管理平台。整合最新技术,模块插件式开发,前后端分离,开箱即用。
  • 后台基于Furion框架,vue2前端基于小诺框架,vue3前端基于Vben-Admin框架。
  • 集成EF Core、多租户、缓存、数据校验、鉴权、事件总线、动态API、通讯、远程请求、任务调度、gRPC等众多黑科技。
  • 核心模块包括:用户、角色、职位、组织机构、菜单、字典、日志、多应用管理、文件管理、定时任务等功能。
  • 代码简洁、易扩展,让开发更简单、更通用、更流行!
如果对您有帮助,点击右上角⭐Star⭐关注 ,感谢支持开源!

🍁 框架拓展包

包名称 版本 描述
Furion.Extras.AspNetCore nuget Admin.NET 核心包
可自行按照 Furion 框架脚手架初始化工程,然后引用此包即可,其他层配置见源代码。🔊此包会紧跟Furion版本更新而更新。

🍀 框架脚手架

模板名称 版本 描述
Furion.Extras.Mixed.Template nuget Admin.NET 一体框架模板
Furion.Extras.AspNetCore.Template nuget Admin.NET 框架模板
Furion.Extras.Vue.Template nuget 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 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.

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.

Version Downloads Last updated
1.0.34 1,620 11/4/2021
1.0.33 1,160 8/29/2021
1.0.32 1,279 7/27/2021
1.0.31 1,691 7/16/2021
1.0.29 1,401 7/9/2021
1.0.28 1,478 7/4/2021