### Changed
- Adjusted the IL processor so that when loading assemblies for instrumentation, invalid nested class rows in the assembly will be quietly ignored rather than throwing an exception. This may resolve a known problem in this area that has been difficult to pin down.
- Fixed an issue where NCrunch was not correctly aligning the metadata heap of instrumented assemblies to 32-bit aligned sizes. While mostly benign, certain newer features of .NET (such as implicit Span constants) could fail with obscure errors when the alignment was wrong. This should help improve runtime stability when working with newer features of .NET.
- Fixed an issue that could cause the build system to throw project dependency recursion errors when loading projects under NCrunch. This was caused by a platform change in .NET 9.0.300 that required a specific fix from NCrunch to resolve.