zhenlei520
zhenlei520
### What version of bombardier are you using? ``` bombardier --version v1.2.5 ``` ### What operating system and processor architecture are you using (if relevant)? linux/amd64 ### What did you...
Meaning of mapping to an existing object? I used map to existing object, but I found that it doesn't preserve the value of the existing object during the mapping process,...
``` C# AlibabaCloudCredentialsProvider provider = new AccessKeyCredentialProvider("", ""); IClientProfile profile = DefaultProfile.GetProfile("cn-hangzhou"); DefaultAcsClient client = new DefaultAcsClient(profile, provider); var request = new AssumeRoleRequest { RoleArn = "", RoleSessionName = "",...
# 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...
* Masa.Utils.Development.Dapr migrated to BuildingBlock * Removed Masa.Utils.Models.Config Utils is a thin layer, a tool class extension
### 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...
1. IDispatcherOptions adds Assembly[] to avoid the problem of inconsistent Assembly[] in multiple EventBus #21 2. ~~IRepository adds an AnyAsync method(not supported, IRepository only provides basic functions of warehousing)~~ 3....
# 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...