Skip to content

v0.6.3

Compare
Choose a tag to compare
@b-straub b-straub released this 08 Jan 10:47
· 97 commits to main since this release

Separate component disposing from service disposing (ScopedService)

You can now have a singleton or scoped service and handle service disposing in case of scoped service separate from component going out of scope by using OnDisposed or OnDisposedAsync.