A PR #1639 reports a lot of failures in design time signature tests
Design-time signature tests (FSharp.Data.DesignTime.Tests): ⚠️ 436 failures, 50 passed — these failures are pre-existing and not caused by this PR. Verified by running the tests on the unmodified main branch: same 436/50 split. The failures appear to be a ProvidedTypes.fs infrastructure issue with convTypeRef when formatting types erased to System.Tuple in the test harness. This affects all CSV and most JSON tests regardless of changes.
Investigate if/why these are failing, do whatever necessary to get them passing