You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
I have seen slightly faster build/deploy times with .NET 6 if I use --no-restore and a single $(RuntimeIdentifier). Completing the above work items would get the performance we want for default scenarios in IDEs.
The text was updated successfully, but these errors were encountered:
.NET 6 build/deploy performance is already pretty close to existing Xamarin.Android.
Example of a "hello world" app:
More commentary in Teams here.
We have Github issues tracking the current gaps we have:
I have seen slightly faster build/deploy times with .NET 6 if I use
--no-restore
and a single$(RuntimeIdentifier)
. Completing the above work items would get the performance we want for default scenarios in IDEs.The text was updated successfully, but these errors were encountered: