feat: add possibility to add reason to PacketParameterSerializerError
fix: do not overwrite packet types by header
feat: add bool type converter
feat: add nullable type converter
feat: allow packet attributes only on parameters
feat: return diagnostic error if there is same packet index twice
feat: add packet types from the packets assembly to PacketTypesRepository
choer: add NosSmooth.PacketSerializersGenerator to the solution
fix: bugs in packet types repository add packet
fix: accept interface types repositories
feat: add reference to generator package
feat: implement adding generated serializers
fix: return correct result from object BaseTypeConverter.Deserialize
fix: make InnerSeparator, AfterSeparator non nullable
feat: add move packet with tests
feat: add source generator for basic packet converter
chore: rename parameter serializer error
fix: allow to convert all enums using System.Convert class
feat: add service collection extensions for adding packet serializer
chore: change name of directory.build.props to work on Linux