flatpak-builder-tools icon indicating copy to clipboard operation
flatpak-builder-tools copied to clipboard

dotnet: Handle multiple csproj files

Open marksvc opened this issue 4 years ago • 3 comments

  • 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 avatar Jun 01 '21 15:06 marksvc

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

marksvc avatar Mar 10 '22 20:03 marksvc

Tested + works, saved me a bunch of time.

dginovker avatar Jan 14 '23 08:01 dginovker

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

ProjectSynchro avatar Jan 21 '23 15:01 ProjectSynchro