This release migrates to MessagePack v3 which uses source generators, this is probably a breaking change if your project also depends on MessagePack.
Breaking changes
- Use MessagePack v3 and it's new source generators instead of mpc
- Add
IAsyncDisposable
toTinyMessageBus
andITinyMessageBus
Other changes
- Add
Name
property to message bus, file and lock - Protect all public service methods with
ObjectDisposedException
- Some methods now initially wait until internal worker tasks have started
- Update to xUnit v3