重生

Results 7 issues of 重生

自定义插件开发有没有类似在线开发的工具,目前好像只能写好代码在放到服务器,才能看到效果,这样开发效率太低,而且也不利于调试,对于新手更是难以入手,不知道从哪里开始。要是有一个在实现的ide,可以实时编辑就太好了。

status: discussing
type: new feature
priority: p1
difficulty: hard

like this code: ``` c# var readRequest = new ReadRequest { // set the NodesToRead to an array of ReadValueIds. NodesToRead = new[] { new ReadValueId { NodeId = NodeId.Parse("ns=3;i=1004"),...

### Question 我不知道为什么,始终看不到监控数据。 这是模板定义 ```yml category: service app: api 2 name: zh-CN: 自定义HTTP API en-US: HTTP API help: zh-CN: Hertzbeat 将调用 HTTP API 接口,查看接口是否可用,并以 ms 为指标单位对其响应时间等指标进行监测。您可以先点击“新增 HTTP API”按钮并进行配置,或在“更多操作”中导入已有配置。 en-US: The...

question

### Question I need to configure it to recognize Set-Cookie correctly. ``` Invalid cookie header: "Set-Cookie: __tenant=247439d7-aaa2-fdaf-0dd6-3a09ad1badc8; expires=Wed, 22 Mar 2034 06:03:16 GMT; path=/". Invalid 'expires' attribute: Wed, 22 Mar...

question

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The interface for reading and configuring permissions is too slow, submitting 28...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description abp version 8.2.0 ``` var tenantConfiguration = await Cache.GetAsync(cacheKey); if (tenantConfiguration?.Value ==...

#### api: `PermissionAppService.GetAsync` #### problem code: ` DisplayName = permission.DisplayName?.Localize(StringLocalizerFactory) ` ``` private PermissionGrantInfoDto CreatePermissionGrantInfoDto(PermissionDefinition permission) { return new PermissionGrantInfoDto { Name = permission.Name, DisplayName = permission.DisplayName?.Localize(StringLocalizerFactory), ParentName = permission.Parent?.Name,...