让 .NET 开发更简单,更通用,更流行。
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
百小僧 15442aafbf 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
.gitee 😊 发布 `v4.9.1.7` 版本,修复定时任务作业 `Result` 不能重置问题 1 week ago
app 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
assets 😊 更新 `README.md` 顶部广告图 3 days ago
clients 😊 添加 `axios-utils.ts` 解析 `token` 信息导出方法 4 days ago
docs 😊 将 `Furion` 文档地址由 `https` 改为 `http` 6 months ago
framework 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
references 😊 更新 `API` 文档说明 5 months ago
samples 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
schemas 😐 新增 监听日志 `LoggingMonitor` 支持配置日志输出级别 #I7SRTP 3 months ago
snks
templates 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
tests 😊 新增 时间戳模型绑定器将时间戳转换为 `DateTime/DateTimeOffset` 类型 2 weeks ago
tools 😊 发布 `v4.9.1.8` 版本,修复 `Scoped.CreateUow` 不能捕获异常 2 days ago
.gitattributes
.gitignore 😊 通过 `Jenkins` 发布 `v4.8.8.21` 版本文档 7 months ago
CHANGELOG.md 😊 将 `Furion` 文档地址由 `https` 改为 `http` 6 months ago
CODE_OF_CONDUCT.md 😊 更新仓库附录文件 8 months ago
CONTRIBUTING.md 😊 更新仓库附录文件 8 months ago
Dockerfile 😊 发布 `v4.9.1` 版本,适配 `.NET8.0 `正式版 🎉🎉🎉🚀🚀🚀 3 weeks ago
LICENSE 😊 调整 `License` 的 `Copyright` 说明 3 weeks ago
LICENSE.zh 😊 调整 `License` 的 `Copyright` 说明 3 weeks ago
README.md 😊 更新 `README.md` 顶部广告图 3 days ago
README.zh.md 😊 更新 `README.md` 顶部广告图 3 days ago
nuget-push.ps1 😐 修正 `Nuget` 拼写错误,正确应该为 `NuGet` 9 months ago
源码目录说明.md 😊 今日起,文档不支持私有化部署,只允许在线查看 6 days ago

README.md

| En

Furion

An application framework that you can integrate into any .NET/C# application.

Installation

dotnet add package Furion

Examples

We have several examples on the website. Here is the first one to get you started:

Serve.Run();

[DynamicApiController]
public class HelloService
{
    public string Say() => "Hello, Furion";
}

Open browser access http://localhost:5000.

Documentation

You can find the Furion documentation on the website.

Contributing

The main purpose of this repository is to continue evolving Furion core, making it faster and easier to use. Development of Furion happens in the open on Gitee, and we are grateful to the community for contributing bugfixes and improvements.

Read contribution documents to learn how you can take part in improving Furion.

License

Furion uses the MIT open source license.

Sponsor

If Furion has been helpful to you and you would like to see Furion continue to grow, please consider sponsoring us.