FastX.AspNetCore 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package FastX.AspNetCore --version 1.0.2
                    
NuGet\Install-Package FastX.AspNetCore -Version 1.0.2
                    
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="FastX.AspNetCore" Version="1.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FastX.AspNetCore" Version="1.0.2" />
                    
Directory.Packages.props
<PackageReference Include="FastX.AspNetCore" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FastX.AspNetCore --version 1.0.2
                    
#r "nuget: FastX.AspNetCore, 1.0.2"
                    
#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.
#addin nuget:?package=FastX.AspNetCore&version=1.0.2
                    
Install FastX.AspNetCore as a Cake Addin
#tool nuget:?package=FastX.AspNetCore&version=1.0.2
                    
Install FastX.AspNetCore as a Cake Tool

FastX

  • 模块化
  • 依赖注入
    • Autofac
  • 数据访问
    • SqlSugar
      • 仓储
      • 数据过滤
      • 软删除
      • 自动建表
      • Ulid 支持
      • 种子数据
    • MongoDB
  • 缓存
  • 多租户
    • 数据过滤
  • 审计
    • 实体审计
    • 审计日志
  • 认证
    • OpenIddict
    • 当前用户
  • 授权
    • 权限系统
  • 应用服务
    • 对象映射
    • 自动 Api 控制器
    • Crud 应用服务
  • 实时
    • Signalr
    • 分布式实时系统
  • 全局异常处理
  • 日志
  • 后台服务
    • 后台作业
    • 后台工作者
  • UI
    • SwaggerUI

angular

  • 登录
  • 实时消息
  • 用户管理
  • 角色管理
  • 权限管理
  • 代码生成器

安装 docker

dnf install-y yum-config-manager
yum-config-manager \
    --add-repo \
    http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum  -y docker-ce docker-ce-cli containerd.io
systemctl enable docker --now

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-'EOF'
{
  "registry-mirrors": ["https://docker.miniecc.top"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

docker 启动命令

--privileged=true

pgsql

docker run -d -p 5432:5432 --name postgres --restart=always -v /etc/localtime:/etc/localtime -v pgdata:/var/lib/postgresql/data -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=PasSWord#0822 postgres:14.13

redis

docker run --restart=always -p 6379:6379 --name redis -d redis:7.4.0

nginx

docker run -itd --name nginx -p 80:80 -p 443:443 -v /app/nginx:/etc/nginx/conf.d nginx

mysql

docker run -d -p 3306:3306 --name mysql --restart=always -v /etc/localtime:/etc/localtime -e MYSQL_ROOT_PASSWORD=123456 -v mysqldata:/var/lib/mysql -v mysqlconf:/etc/mysql/conf.d mysql:8.0 --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci

acme


acme.sh --install-cert -d xxh.zcwlkjyxgs.cn \
 --key-file /app/nginx/ssl/xxh_key.pem \
 --fullchain-file /app/nginx/ssl/xxh_cert.pem \
 --reloadcmd "docker restart nginx"

changlsteel

docker rm -f changlsteel
docker run -it -d --name=changlsteel -p 88:8080 -e ASPNETCORE_ENVIRONMENT=Production  -v /app/data:/app/wwwroot registry.cn-hangzhou.aliyuncs.com/fastx/fastx:changlsteel_1.0.36


Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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 FastX.AspNetCore:

Package Downloads
FastX.CodeGenerate

FastX is a .NET Web Platform Build With SqlSugar

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.17 468 3/26/2025
1.0.16 392 3/24/2025
1.0.15 385 3/24/2025
1.0.14 94 3/21/2025
1.0.13 87 3/21/2025
1.0.12 90 3/21/2025
1.0.11 139 3/20/2025
1.0.10 130 3/18/2025
1.0.9 181 3/8/2025
1.0.8 220 3/6/2025
1.0.7 207 3/6/2025
1.0.6 111 2/25/2025
1.0.5 105 2/24/2025
1.0.4 91 2/24/2025
1.0.2 89 2/24/2025