Uno Unit Tests on Linux #19157
Answered
by
HowardPWeiss
HowardPWeiss
asked this question in
Q&A
-
Are Unit Tests supported on Linux? |
Beta Was this translation helpful? Give feedback.
Answered by
HowardPWeiss
Jan 10, 2025
Replies: 1 comment 9 replies
-
Hello @HowardPWeiss, Unit tests on Linux with the Uno Platform work the same as in .NET, as Uno supports cross-platform .NET development. You can use dotnet test to run tests on Linux, just like you would on Windows or macOS. Let me know if you need specifics about your setup or further help |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I change "PackageReference Include="MSTest.TestFramework" to PackageReference Include="MSTest" , the test project builds and executes