CommunityToolkit / Windows

Collection of controls for WinUI 2, WinUI 3, and Uno Platform developers. Simplifies and demonstrates common developer tasks building experiences for Windows with .NET.
https://aka.ms/windowstoolkitdocs
Other
598 stars 74 forks source link

Logical Tree Tests not Being Run #474

Open michael-hawker opened 3 months ago

michael-hawker commented 3 months ago

Describe the bug

Related to #472, it was reported that they couldn't see the tests when opening the Extensions component solution \components\Extensions\OpenSolution.bat.

Similarly, I don't see these tests in the test report in test space or the CI logs...

Steps to reproduce

Look for any logical tree tests from this file: https://github.com/CommunityToolkit/Windows/blob/main/components/Extensions/tests/Test_LogicalTreeExtensions.cs

Can't find test results...

Expected behavior

Test results for these tests.

Screenshots

No response

Code Platform

Windows Build Number

Other Windows Build number

No response

App minimum and target SDK version

Other SDK version

No response

Visual Studio Version

No response

Visual Studio Build Number

No response

Device form factor

No response

Additional context

No response

Help us help you

Arlodotexe commented 2 months ago

This was co-reported over on Discord: https://discord.com/channels/372137812037730304/669640275500466197/1274221192785694844

Adding some investigation notes from that thread:

Checking in the gallery solution, it looks like a number of files aren't being included in the Extensions.Tests.projitems. image