flatpak-builder-tools
flatpak-builder-tools copied to clipboard
dotnet: Handle multiple csproj files
- 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
I updated the PR to account for the change from dotnet5 to dotnet6.
Tested + works, saved me a bunch of time.
+1 to this as well, wish I had seen this before I went through the nightmare of merging JSON files :sweat_smile: