Dashiell Zhang
Dashiell Zhang
> > Was just trying this myself as I am trying to get it working with .NET 5. Here's my SO post: > > https://stackoverflow.com/questions/70114466/hangfire-net-5-could-not-load-type > > Is there a...
@JacksonTian 晚上好,  Only the invariant culture is supported in globalization-invariant mode. See https://aka.ms/GlobalizationInvariantMode for more information. (Parameter 'name') en is an invalid culture identifier.
This problem does not exist in version 4.32, but will appear in 4.33.1
> [@dashiell-zhang](https://github.com/dashiell-zhang) 你看下第2、3这两个问题 @yes8080 早上好,RedisService.exe 核心只做一件事情,将 redis-server.exe 用服务的模式拉起运行,除此之外不做任何过多的介入。对于 redis-server.exe 及redis相关配置文件导致的一系列异常,需要使用者自行调整配置文件规避。 关于 pid 销毁问题,似乎与 https://github.com/redis-windows/redis-windows/issues/36 是同一个问题,这个我晚点看看
@heylogt Hello,This limitation cannot be solved in the simulated compilation mode,Currently, a better choice in the Windows system environment is Garnet. You can try [Garnet](https://github.com/microsoft/garnet/releases/). This is a new software...
The error might be due to a false positive because the code in this file actually executes a script. https://github.com/redis-windows/redis-windows/blob/main/Program.cs
**Entity OrganizationData is required but the JSON element containing it is null** I also encountered this problem today public OrganizationData? Organization { get; set; } ``` { "User": { "Gender":...
@roji From what we have observed so far, if you query directly against the table, there is no problem, but if you query against a new dto, there will be...
https://github.com/dotnet/efcore/issues/35412 This problem seems to still exist
@WayneLiang 模拟编译模式下,这个问题无法解决,如果有大量的连接并发 当下在 windows 系统环境中更好的选择是 Garnet,可以试试看 [Garnet](https://github.com/microsoft/garnet/releases/) 这个是微软全新开发的基于 redis 协议兼容的一个软件,我们的生产环境已经切换到了 Garnet 运行稳定