Problem
During validation of an unrelated issue-fix branch, the full Release suite failed on net9 only:
CodeIndex.Tests.ReferenceExtractorTests.Extract_CTypedefVaArgOperands_CapturesLowercaseTypeReferences
Assert.Contains() Failure: expected widget_t type_reference in va_arg(args, widget_t)
The same run passed on net8.
Reproduction observed
dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false
Notes
This is unrelated to the current issue-fix branch changes and was not fixed there.
Problem
During validation of an unrelated issue-fix branch, the full Release suite failed on net9 only:
The same run passed on net8.
Reproduction observed
dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=falseNotes
This is unrelated to the current issue-fix branch changes and was not fixed there.