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: Handle multiple csproj files #206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

marksvc
Copy link
Contributor

@marksvc marksvc commented Jun 1, 2021

  • Allows generator to create a single sources list from multiple
    .csproj files. A dependency may contain many .csproj files, but it
    makes sense to group the sources into one .json file for the
    dependency.
    e.g. flatpak-dotnet-generator output.json library1.csproj
    library2.csproj

- Allows generator to create a single sources list from multiple
.csproj files. A dependency may contain many .csproj files, but it
makes sense to group the sources into one .json file for the
dependency.
e.g. flatpak-dotnet-generator output.json library1.csproj
library2.csproj
@marksvc
Copy link
Contributor Author

marksvc commented Mar 10, 2022

I updated the PR to account for the change from dotnet5 to dotnet6.

@dginovker
Copy link

Tested + works, saved me a bunch of time.

@ProjectSynchro
Copy link
Contributor

+1 to this as well, wish I had seen this before I went through the nightmare of merging JSON files 😅

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.

None yet

4 participants