MASA.Framework
MASA.Framework copied to clipboard
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
# Description Fix the problem of inserting complex text errors in the default configuration ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the...
### Roadmap This issue represents a list of major investments that our team will focus on in the 0.6.0 time frame. It doesn't include all the features and bug fixes...
参考 [雪花算法里最好用的主键ID生成工具](https://github.com/yitter/idgenerator)
* Masa.Utils.Development.Dapr migrated to BuildingBlock * Removed Masa.Utils.Models.Config Utils is a thin layer, a tool class extension
like mvc controller: ```c# public class TestService: ServiceBase { public TestService() { MapToRESTful(); } dynamic Get(int Id) { // todo something } } ```
1. integrationeventlog中使用无序的GUID作为主键,可能为影响持久化数据库性能,建议抽象一个ID生成接口,框架使用者可以自行定义 2. 对于服务拆分比较简陋的情况下,可能存在多个服务器公用数据库的问题,建立integrationeventlog增加应用ID或名称用于区分应用
# Description feat(Caching) : Support cache key formatting ## Checklist Please make sure you've completed the relevant tasks for this PR, out of the following list: * [x] Code compiles...
### Roadmap This issue represents a list of major investments that our team will focus on in the 0.6.0 time frame. It doesn't include all the features and bug fixes...
期望功能列表 :) - [x] 证书生成 - [x] 证书管理 - [x] 公钥导出、导入 - [x] 开放接口格式化,如下例 ```json { "specversion" : "1.0", "sysid" : "masa.open.test01", "source" : "https://github.com/cloudevents/spec/pull", "subject" : "123", "id" :...