snailya2005

Results 11 comments of snailya2005

Same issue with fluentvalidation and this repo. The `MustAsync` method invokes after the first submit, so the state is alreays valid on first submit, then become invalid. ![image](https://user-images.githubusercontent.com/19658624/125713662-90765de4-ba60-487a-a3e8-65d8cce93371.png)

As far as I know, the length of the text is depends on the system's graphic render. So there's no method to get the text length before render. In windows,...

I have the same problem. If you use refedit to open the block in autocad and save the block without acutally no operation, you could find that the autocad add...

got the same error on win11/wsl2/ubuntu22.04.2LTS. ``` 2023-10-11 08:35:26.693664: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2023-10-11...

> Odd. Have you tried clearing your local NuGet caches and trying again? i've tried clear nuget cache from both Visual Stuio but it not works. Later, i tried used...

I've tried using another laptop while it still not works. I noticed that there are two warning in pre-build validation for installer project. ``` WARNING: Unable to find dependency 'SYSTEM.RUNTIME.COMPILERSERVICES.UNSAFE'...

After changing the target framework and target platform for the demo project, i found out the only comination works is the VisioAddIn with Target Framework 4.7. Installer Project with Target...

> Possibly. If it reproduces consistently we would probably need some sort of reproduction to evaluate the issue ourselves. Now I'm sure its something related to System.Text.Json. I refactored my...

Meets the same problem. When calling the Locater.Current.GetService to get the service, it does not call something like ServiceProviderEngineScope.CaptureDisposable to check if the service is IDisposable, so it is not...

It would be nice to add a .QuiescentBatch() that accept a timespan that notify only after it is inactive for a period. I'm in a similar scenario except that I...