- Simplify - Made
BaseSystem.OnAddStore()
andBaseSystem.OnRemoveStore()
noop methods.
Anoverride
of these method are not required to call the base implementation anymore which happened accidentally. - Fixed
AsSpan...<>()
when used in multithreaded queries. See #47