virtual
virtual
Any plan to support .net 6?
Is there any plan support dicom network ?
- [ ] Requirement ___ ### Requirement or improvement - Any plan support MassTransit ? [doc](https://masstransit-project.com/advanced/monitoring/diagnostic-source.html)
### Is there an existing issue for this? - [X] I have searched the existing issues ### Description Upgrade ABP from 7.2.2 to 8.0.0 , get api `/api/abp/application-configuration` current user...
## Description bindQuery set *int to 0 ## How to reproduce ``` package main import ( "github.com/gin-gonic/gin" ) type QueryRequest struct{ Name string `form:"name"` Age *int `form:"age"` } func main()...
### Description 我们目前将apinto 作为我们一个应用的网关,通过网关的配置实现应用后各个模块的集成与路由的统一。但是目前遇到的最大的问题主要在两点: 1. 程序的稳定性 2.还未实现对windows的支持。 - 程序的稳定性 > 从我们目前使用过来看,在k8s 集群下部署的时候,重启程序等操作的时候,容易出现无法正常启动的情况。或者出现配置丢失的情况。感觉上更大的可能性是在etcd 集群的协调上 (具体的我们还没又深入调试)。 另外在运行一段时间后,容易出现网关的相关路由出现访问特别缓慢,甚至超时等情况 (这种情况比较难重现,但是确实经常会发生) - Windows方面的支持 > 我们目前项目的甲方,很多时候没办法提供linux服务器,或者无法提供带有 docker 环境的windows服务器。我们目前是内部魔改了一个windows版本,但是稳定性还是略有欠缺。希望官方能出一个windows版本的,可能性能不一定要求很高,但是能稳定的跑下来。
**Describe the bug** DICOM SCP when use DicomCStoreRequest save file is defference with original file **To Reproduce** Steps to reproduce the behavior (code snippet or clear description) ```c# //DicomCStoreRequest request...
> When i try to open a dicom from network stream, it will get some error, here is my code ```c# var stream = await client.GetStreamAsync("http://xxxxx/1.dcm"); var dicomfile = await...
```c# using var iter = log.Scan(0, long.MaxValue, "foo", recover: true); while (iter.GetNext(out var result, out var length, out var currentAddress, out nextAddress)) { // THIS WAITASYNC BELOW HANGS if (await...