[Proposal] Spilt uno repository #5422
Closed
workgroupengineering
started this conversation in
Ideas
Replies: 1 comment
-
Thanks for the suggestion. At this point, creating multiple repositories is not a path we want to choose to handle dependencies, as most of those are internal artifacts used to create the build. The compilation time is not caused by the different parts of the solution, but rather the number of platforms built. If you want to have a faster compilation time, make sure to use solution filters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when trying to debug the Uno source code, the compilation is long. : D.
What I would like to suggest is to split it into multiple repositories.
A possible subdivision could be this:
Dependency on the repository would be handled through the nuget
This solution would also reduce the duration of the Azure pipeline because it wouldn't have to recompile everything every time.
Beta Was this translation helpful? Give feedback.
All reactions