MiloszKrajewski / K4os.Compression.LZ4

LZ4/LH4HC compression for .NET Standard 1.6/2.0 (formerly known as lz4net)
MIT License
675 stars 77 forks source link

Migrating from L4zNet to new implementation #75

Closed dewanymca closed 1 year ago

dewanymca commented 1 year ago

Looking for help in migration of existing code implementation in which we refer

and how to migrate new .NET STANDARD implementation. We found that existing implementation fails with .NET 6 and we need to migrate this to little.

Migration doc which describe what are corresponding classes in new version vs old will be very helpful. This is little confusing to naive person like me

Thanks in Advance