Open
Conversation
…es of a project into the project (only available in local mode)
… 312) - removed parallel option (seemed to be problematic because of locked files, not sure yet) - naive relative path normalization for relative paths
Collaborator
Author
|
after some tweaking it seems to work just fine. We are currently in testing phase in PRo3D: pro3d-space/PRo3D#273 EDIT: i released it as a prerelease package |
…cleans up the project and prevents users from editing .g files (or other stuff). On the downside, there could be problems with the order of the files (a file requesting a generated model added inbetween the model and the .g file afterwards).
Collaborator
Author
|
i just added --hideGenFiles option which hides .g.fs files in project files using Visible="false" attributes. Unfortunately it is a bit hacky since Microsoft.Build.Construction seems not to support the attribute. Anyhow, this looks quite promising... i deployed it as 1.2.0-prerelease3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this one adds the option to patch project files while running adaptify locally using
--addToProject.The approach is as follows:
for robustness, this is in a separate library and only referenced in the adaptify tool.