When I migrate from TUnit 0.25.x to 0.50.x it introduces a compiler error:
Error (active) CS0246 The type or namespace name 'T' could not be found (are you missing a using directive or an assembly reference?) ws4.UnitTest D:\source\VanManager\ws4.UnitTest\obj\Debug\net9.0\TUnit.Core.SourceGenerator\TUnit.Core.SourceGenerator.Generators.AotTupleProcessorGenerator\AotTupleProcessors.g.cs 61
My project is using the lastest .Net 9.
I do use Tuples both as (TypeA a, TypeB b) and also Tuple<int, DateOnly>