Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Change from using GUID to copying link.xml directly into project? #17

Open
NavidK0 opened this issue Jun 9, 2021 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@NavidK0
Copy link
Owner

NavidK0 commented Jun 9, 2021

From #15, which was merged, but my last post still stands. It could be a solution that doesn't require intervention if the GUID changes within the package.

I see, hmm. Using the GUID feels quite fragile, I must admit. I wonder if there's a better way just using a relative path directly to the link.xml file and then providing the full path from there? We could just stick it inside our project, copy it to their project in Plugins/SimpleGraphQL before build using a IPreprocessBuildWithReport.OnPreprocessBuild? (We could also do it on install when assets are being imported.)

@NavidK0 NavidK0 added the enhancement New feature or request label Jun 9, 2021
@johanhelsing
Copy link
Collaborator

For what it's worth I think we could also just create a file in /tmp/ (or its equivalent on windows)

So I guess one solution could be to just generate it from a constant c# string.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants