Add support for dotnet test
#9496
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
enhancement
Proposed change to current functionality.
Milestone
With #9470, we are now able to support
dotnet run
in .NET for Android projects. The next logical step would be to supportdotnet test
.Ideally, this would probably take the form of a new ".NET for Android Test Project" template. Using this template, a user could write a test such as:
Running
dotnet test
would:Note from Discord:
We could definitely use
dotnet test
support like this in this repository instead of the custom infrastructure we currently have to run tests on emulators/devices.The text was updated successfully, but these errors were encountered: