Stephan (Rollercole) Møller
Stephan (Rollercole) Møller
SqlMapper.SetTypeMap is thread safe. This is achievede by: lock (_typeMaps) { ... } But SqlMapper.AddTypeHandler is not thread safe. I think it would be valuable to make AddTypehandler thread safe...
Everything compiles now when running the test suite. However, the test output is empty and there still seems to be a general issue that I cannot pinpoint. I tried to...
**Describe the bug** When running zig tests in my microzig project, using neotest with neotest-zig, using zig version 0.14.1 work just fine. When using zig version 0.15 I get an...