- The
Uno.UI.SourceGeneratorproject is referenced byXamlGenerationTests. - During compilation XAML within
XamlGenerationTestswill be code generated. It's worth looking atXamlGenerationTests/XamlGenerationTests.csprojfor insights on how this works, specificallyTargetFrameworksCIand thePackageReferences. - If this fails, then the CI build will fail.
Thus XamlGenerationTests is the test suite for Uno.UI.SourceGenerator and is typically where tests should be added.