docs: remove see converter from packet tests
feat(tests): add tests for bool and string converters
fix(tests): test null values correctly
feat: split packets definitions into separate assembly
Merge pull request #14 from Rutherther/packets-span
Rewrite packets string enumerator to use spans, add Injector for .NET 5+
feat: use ReadOnlySpan for deserialization instead of strings
Merge pull request #12 from Rutherther/packets
Implement custom packet serializer
fix: pinit tests to account for nullable sub packets
fix: samples to work with NosSmooth packets
feat(tests): add in packet converter tests
fix(tests): remove adding TypeConverterRepository
chore: remove NosCore dependency
chore: add DI dependency to Tests
feat: add in packet with all dependencies
fix: use correct namespace in move packet converter tests
feat: add condition parameters to pinit sub packet
chore: remove unused usings
feat: add move packet with tests