You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I did a bunch of hackery to get single JSON files for each project being built.
This means a custom JSON merging script, and a shitload of invocations of the flatpak-dotnet-generator.py script.
The JSON merging script makes the JSON not readable at all without some beautification.
Ideally multiple csproj files could be passed into flatpak-dotnet-generator.py at once to only have to call the generator once per repository and get a single json file every time. without the other stuff.
This particularily is handy for the plugins as they each have csproj files.
The text was updated successfully, but these errors were encountered:
Currently I did a bunch of hackery to get single JSON files for each project being built.
This means a custom JSON merging script, and a shitload of invocations of the
flatpak-dotnet-generator.py
script.The JSON merging script makes the JSON not readable at all without some beautification.
Ideally multiple csproj files could be passed into
flatpak-dotnet-generator.py
at once to only have to call the generator once per repository and get a single json file every time. without the other stuff.This particularily is handy for the plugins as they each have csproj files.
The text was updated successfully, but these errors were encountered: