让 .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
百小僧 e73c623634 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
.gitee 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
assets 😊 更新 `README.md` 9 months ago
clients 😁 新增 用户呼声非常大的数据签名(`API` 数据签名) 4 months ago
framework 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
references 😊 同步 `README.md` 说明文档 10 months ago
samples 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
schemas 😊 新增 `Swagger` 在生产环境中可自动开启登录配置属性 `EnableOnProduction` 5 months ago
snks 🥲 新增 `Furion` 程序集 `PublicKeyToken` 强签名 2 years ago
templates 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
tests 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
tools 😊 发布 `v4.9.5.26` 版本,修复上一版本引起的 `Serializer options cannot be changed once serialization or deserialization has occurred.` 错误 2 months ago
.gitattributes 😐 调整代码格式和 `README.md` 内容 2 years ago
.gitignore 😊 通过 `Jenkins` 发布 `v4.8.8.21` 版本文档 2 years ago
BRANCH_MANAGEMENT.md 😊 调整 `开发环境配置` 和 `分支管理` 说明 10 months ago
CHANGELOG.md 😊 正式启用 `furion.net` 域名 `https` 协议 1 year ago
CODE_OF_CONDUCT.md 😊 调整 `CODE_OF_CONDUCT.md` 内容 `监督` 邮箱地址 10 months ago
CONTRIBUTING.md 😊 调整 `开发环境配置` 和 `分支管理` 说明 10 months ago
COPYRIGHT.md 😊 发布 `v4.9.2.3` 版本,支持添加 `[DisplayName]` 特性生成 `Swagger` 注释 10 months ago
DEVELOPMENT_SETUP.md 😊 调整 `开发环境配置` 和 `分支管理` 说明 10 months ago
DISCLAIMER.md 😊 优化 免责声明内容格式 10 months ago
Dockerfile 😊 更新项目 `Dockerfile` 11 months ago
LICENSE-APACHE 😊 `Furion` 使用 `MIT` 和 `Apache-2.0` 及补充 `COPYRIGHT` 开源协议 10 months ago
LICENSE-MIT 😊 `Furion` 使用 `MIT` 和 `Apache-2.0` 及补充 `COPYRIGHT` 开源协议 10 months ago
README.md 😊 更新 `README.md` 9 months ago
README.zh.md 😊 更新 `README.md` 9 months ago
SECURITY.md 😊 添加报告安全漏洞说明 `SECURITY.md` 4 months ago
TESTING_GUIDE.md 😊 遵循国际开源规范,补充开源仓库说明文档 10 months ago
nuget-push.ps1 😊 发布 `v4.9.1.39` 版本,重写任务队列同步调度器 11 months ago
源码目录说明.md 😊 解决 监听配置文件更改多次触发问题 4 months 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 is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, LICENSE-MIT, COPYRIGHT and DISCLAIMER for details.