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

Fix stacked versions of dependencies. #2

Closed
ProjectSynchro opened this issue Jan 21, 2023 · 2 comments
Closed

Fix stacked versions of dependencies. #2

ProjectSynchro opened this issue Jan 21, 2023 · 2 comments

Comments

@ProjectSynchro
Copy link
Owner

ProjectSynchro commented Jan 21, 2023

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.

@ProjectSynchro
Copy link
Owner Author

flatpak/flatpak-builder-tools#206 looks like the solution to this.

@ProjectSynchro ProjectSynchro mentioned this issue Jan 21, 2023
8 tasks
@ProjectSynchro
Copy link
Owner Author

Should be fixed as of 71c335f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant