Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run Primitive Tests in stand-alone component #227

Open
2 of 20 tasks
michael-hawker opened this issue Nov 8, 2024 · 0 comments
Open
2 of 20 tasks

Can't run Primitive Tests in stand-alone component #227

michael-hawker opened this issue Nov 8, 2024 · 0 comments
Assignees
Labels
bug 🐛 Something isn't working

Comments

@michael-hawker
Copy link
Member

Describe the bug

Part of our setup is to enable us to only load what we need to work on an individual component. If I load the Primitives component from the main repo though, I can't perform this workflow, tests won't run independently of the all-up solution we use in the CI for this component.

Related #101

#62 (comment)

Steps to reproduce

  1. Go to the Primitives component in the Windows repo
  2. Open its individual component solution
  3. Try and run tests

Can't as Internal UniformGrid helper:

Test_UniformGrid_FreeSpots.cs(18,20,18,45): error CS0122: 'TakenSpotsReferenceHolder' is inaccessible due to its protection level

If you make that public, then run into issues running the tests due to missing XAML reference (or something) (see image below)

These tests run fine in the CI

Expected behavior

Able to run tests successfully, just as if run in CI, but just scoped to the component I have open.

Screenshots

Image

Code Platform

  • UWP
  • WinAppSDK / WinUI 3
  • Web Assembly (WASM)
  • Android
  • iOS
  • MacOS
  • Linux / GTK

Windows Build Number

  • Windows 10 1809 (Build 17763)
  • Windows 10 1903 (Build 18362)
  • Windows 10 1909 (Build 18363)
  • Windows 10 2004 (Build 19041)
  • Windows 10 20H2 (Build 19042)
  • Windows 10 21H1 (Build 19043)
  • Windows 11 21H2 (Build 22000)
  • Other (specify)

Other Windows Build number

No response

App minimum and target SDK version

  • Windows 10, version 1809 (Build 17763)
  • Windows 10, version 1903 (Build 18362)
  • Windows 10, version 1909 (Build 18363)
  • Windows 10, version 2004 (Build 19041)
  • Other (specify)

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

No, I'm unable to contribute a solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants