-
The current 400 build is pretty unusable for Android with the broken isvisible/collectionview problem. Can someone give an easy guide how to build only what's needed from source and temporary use that in our vs project or release a pre-built nightly release for simplicity? |
Beta Was this translation helpful? Give feedback.
Answered by
Palku
Jun 29, 2022
Replies: 1 comment
-
Was super easy. git clone maui |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Palku
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Was super easy.
git clone maui
dotnet tool restore
dotnet cake --sln="path to .sln file" --target=VS