Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet: Process multiple projects in parallel #432

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

ProjectSynchro
Copy link
Contributor

@ProjectSynchro ProjectSynchro commented Nov 9, 2024

This expands on #206 by running dotnet restore operations for multiple csproj files in parallel.

This can greatly speed up the processing time for larger dotnet projects.

Let me know if you'd like any changes 😄

@hfiguiere hfiguiere added the dotnet .NET label Nov 9, 2024
@hfiguiere
Copy link
Collaborator

hfiguiere commented Nov 9, 2024

#366 was merged. please rebase.

@hfiguiere hfiguiere added the Need Rebase The PR need rebase before merging label Nov 9, 2024
@ProjectSynchro ProjectSynchro marked this pull request as draft November 11, 2024 02:42
We'll process them in parallel, also accounts for extra runtimes that have been passed in.
@ProjectSynchro ProjectSynchro marked this pull request as ready for review November 11, 2024 02:53
@ProjectSynchro
Copy link
Contributor Author

Fixed, should be good to go now.

@ProjectSynchro ProjectSynchro changed the title dotnet: Handle multiple csproj files and runtimes in parallel dotnet: Process multiple projects in parallel Nov 11, 2024
@hfiguiere hfiguiere removed the Need Rebase The PR need rebase before merging label Nov 11, 2024
@hfiguiere hfiguiere merged commit 6f611f1 into flatpak:master Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants