![]() |
VOOZH | about |
dotnet add package RG3.PF.Web.StartUsed --version 9.0.6
NuGet\Install-Package RG3.PF.Web.StartUsed -Version 9.0.6
<PackageReference Include="RG3.PF.Web.StartUsed" Version="9.0.6" />
<PackageVersion Include="RG3.PF.Web.StartUsed" Version="9.0.6" />Directory.Packages.props
<PackageReference Include="RG3.PF.Web.StartUsed" />Project file
paket add RG3.PF.Web.StartUsed --version 9.0.6
#r "nuget: RG3.PF.Web.StartUsed, 9.0.6"
#:package RG3.PF.Web.StartUsed@9.0.6
#addin nuget:?package=RG3.PF.Web.StartUsed&version=9.0.6Install as a Cake Addin
#tool nuget:?package=RG3.PF.Web.StartUsed&version=9.0.6Install as a Cake Tool
1、【核心业务使用包RG3.PF.Web.StartUsed】(可配置化,标准化,灵活配置,集成百度、腾讯、阿里、短信通等巨头接口,可脱离开发环境,集成nodejs中间件、统一认证中心)
2、以Rg3.开头且类继承 IService 或 IRepository的在Starup里面不用注入,案例如下
3、public class ListRepository : IRepository
4、public class ListService : IService
5、使用请到github获取 RG3.PF.WebApp.Host
6、Quartz集成redis订阅、Quartz
7、修复多引用CLDC
8、接入微信公众号wxconfig
9、Prometheus+Grafana https://doc.rg1008.com/docs/rg_pass_log/rg_pass_log-1dpcuns9s6r8c
10、Headers添加VerifyApiValue 用于验证
11、添加时间戳 Convert.ToInt64(DateTimePFUtil.ToTimestampSecond(this.Expires));
12、版本记录:https://doc.rg1008.com/docs/rg_pass_log/rg_pass_log-1dpubsabl25v4
13、 20240815 升级到.netcore sdk 8.0
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 9.0.6 | 8,732 | 8/7/2025 |
| 9.0.5 | 8,417 | 7/20/2025 |
| 9.0.4 | 8,440 | 6/29/2025 |
| 9.0.3 | 8,509 | 6/8/2025 |
| 9.0.2 | 8,326 | 6/7/2025 |
| 9.0.1 | 8,544 | 5/17/2025 |
| 8.0.29 | 354 | 5/16/2025 |
| 8.0.28 | 295 | 4/26/2025 |
| 8.0.27 | 346 | 4/12/2025 |
| 8.0.26 | 333 | 4/12/2025 |
| 8.0.25 | 271 | 4/12/2025 |
| 8.0.23 | 373 | 4/1/2025 |
| 8.0.22 | 405 | 3/30/2025 |
| 8.0.20 | 419 | 3/8/2025 |
| 8.0.19 | 411 | 3/4/2025 |
| 8.0.18 | 316 | 3/2/2025 |
| 8.0.17 | 292 | 3/2/2025 |
| 8.0.16 | 345 | 3/2/2025 |
| 8.0.15 | 374 | 3/2/2025 |
| 8.0.14 | 328 | 2/22/2025 |
RG3.BS.Dev
1、添加cap服务:push.wechatmini.msg.service
2、版本测试阶段
3、Prometheus+Grafana接入
4、用户配置添加dimMapper映射
5、Headers添加VerifyApiValue 用于验证
6、KV 值处理转换导致错误处理
"showMethod": "child",
"dimBridges": {
"id": "depId",
"value": "depId",
"name": "depName"
}
7、添加时间戳 Convert.ToInt64(DateTimePFUtil.ToTimestampSecond(this.Expires));
8、token刷新问题无效解决
9、数据库存在token重新设置过期时间
10、添加开发者或者多租户使用各自的启动配置
11、数据传输加密结构(未实现)
12、AppNodeJs添加加密插件
13、表单添加必填标记
14、PWA数据推送
15、数据库文档工具生成(md) 6.0.23
16、接入RG3.BO.Word 6.0.26
17、添加RuleType.Unknown 6.0.26
18、添加排序参数 _order=sort_id:asc|sys_id:desc
19、批量保存根据对象自定义抓换为数组
20、动态生成postman格式的接口文件
21、详情默认值条件补齐和经纬度没传递报错解决
22、去除经纬度字段
33、扩展bizmap、bizaudit、bizuser、biztask、bizdim、bizview
34、Mapper/Bridge目录按邻域划分
35、扩展bizchild、bizobject、bizarray、bizuser
36、hosting.Production.json 添加多端口服务
37. 6.0.0.36后非开发模式加入激活码
38、开发版本和生产版本主要区别:配置文件可以根据环境配置多份
39、开发版本也可以部署到生产环境,详见readme.md
39. 如果支持生产版本,生产版本将终生授权,如有疑问:发现邮件到rg@rg1008.com
40、添加数据库异常sql抛出
41、生产IP白名单可忽略验证
42、开启开发子表sql输出
43、处理linux文件区分大小写MapperXml
44、尾号IP * 过滤
45、添加_columns 控制要显示的列,全部小写,下划线连接
46、解决代理数据库文件读取不了
47、平台默认条件值whereValues
48、添加区间参数
49、首字母下划线不转换
50、调整AppNodeJs目录
51、添加SqlConfigSteps
74、合并用户bo-user-account到bo-user,以及添加空间数据
75、内容管理:新闻、文章、生平、问题、帮助等配置
76、6.0.0.77开始,nodeserice迁移到RG3.PF.PinYinScriptEngineCliWrap
77、1、迁移文件对象管理实现到 RG3.PF.OssVCode RG3.PF.Web.StartUsed 6.0.85
78、7.1.1.23 升级到.netcore 7
79、RG3.BO.DB DotNetCore.CAP升级到.netcore 7
80、添加bridge排序问题处理
81、添加7.1.67添加多租户
82、引入:https://github.com/MapsterMapper/Mapster
83、20240916升级到.netcore 8