-
Notifications
You must be signed in to change notification settings - Fork 565
[.NET] Build time is slower #10251
Copy link
Copy link
Open
Labels
dotnetAn issue or pull request related to .NET (6)An issue or pull request related to .NET (6)enhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS
Milestone
Metadata
Metadata
Assignees
Labels
dotnetAn issue or pull request related to .NET (6)An issue or pull request related to .NET (6)enhancementThe issue or pull request is an enhancementThe issue or pull request is an enhancementiOSIssues affecting iOSIssues affecting iOSmacOSIssues affecting macOSIssues affecting macOS
Type
Fields
Give feedbackNo fields configured for issues without a type.
Build time is significantly slower with .NET 6 than with Xamarin.iOS.
cd tests/dotnet git clean -xfdq make compareThen check the bin logs in the tests/dotnet directory.
Xamarin.iOS takes 11s to build:
.NET 6 takes 18s to build:
The ILLink task significantly longer than the MTouch task used to take (which also includes AOT compilation and native code compilation).