Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@friflo friflo released this 11 Jan 09:39
· 3 commits to main since this release
  • Simplify - Made BaseSystem.OnAddStore() and BaseSystem.OnRemoveStore() noop methods.
    An override of these method are not required to call the base implementation anymore which happened accidentally.
  • Fixed AsSpan...<>() when used in multithreaded queries. See #47