- The
Uno.UI.SourceGenerator
project is referenced byXamlGenerationTests
. - During compilation XAML within
XamlGenerationTests
will be code generated. It's worth looking atXamlGenerationTests/XamlGenerationTests.csproj
for insights on how this works, specificallyTargetFrameworksCI
and 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.