7 Commits

Author SHA1 Message Date
Matt Nadareski
b7676f9306 Move last Transform functionality to IO.Extensions 2026-03-24 10:12:38 -04:00
Matt Nadareski
6885198fcf SplitToEvenOdd to a stream extension 2026-03-24 09:53:19 -04:00
Matt Nadareski
3d4ebd4314 Migrate some Transform tasks to extensions appropriately 2026-03-24 09:05:23 -04:00
Matt Nadareski
99c318a9ae Add BlockCopy extension, finally 2026-03-23 20:47:49 -04:00
Matt Nadareski
6ba25e0fbf Fix build 2026-03-21 22:00:37 -04:00
Matt Nadareski
add545ec55 Numerics extensions to new namespace 2026-03-21 20:57:03 -04:00
Matt Nadareski
d614379cf5 Libraries
This change looks dramatic, but it's just separating out the already-split namespaces into separate top-level folders. In theory, every single one could be built into their own Nuget package. `SabreTools.IO.Meta` builds the normal Nuget package that is used by all other projects and includes all namespaces. `SabreTools.IO` builds to `SabreTools.IO.Common` to avoid overwriting issues on publish.
2026-03-21 13:55:42 -04:00