-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: Design-Time BuildIssues with VS design-time build.Issues with VS design-time build.Area: PerformanceIssues with performance.Issues with performance.vs-syncFor internal use only; creates a VSTS "mirror" issue.For internal use only; creates a VSTS "mirror" issue.
Milestone
Description
Steps to Reproduce
Related to #2374
- Create a new solution in Visual Studio.
- See a performance regression in the first design-time build. You can also see it in a regular first build, or incremental build if outside the IDE. DTB has the highest performance bar, though.
What should we do?
- Move the logic finding
JdkJvmPathto a new MSBuild task - Don't run the task if
$(DesignTimeBuild)is true. - Only run the task if
$(AndroidGenerateJniMarshalMethods)is true.
/cc @radekdoulik, feel free to take a stab at this if I don't get to it.
VS bug #726927
Metadata
Metadata
Assignees
Labels
Area: Design-Time BuildIssues with VS design-time build.Issues with VS design-time build.Area: PerformanceIssues with performance.Issues with performance.vs-syncFor internal use only; creates a VSTS "mirror" issue.For internal use only; creates a VSTS "mirror" issue.