Skip to content

Publish only selected files #47

Answered by Nice3point
gaborschnierer asked this question in Q&A
Discussion options

You must be logged in to vote

You are not using them directly, they are implicit dependencies of some packages you use.
Your plugin only works because another plugin probably loaded them earlier. If your plugin is the only one plugin in Revit, it probably won't run if you exclude these dependencies.

In Revit 2025 and .Net 8, these libraries are part of the NET Runtime and so they won't be in the output.

My recommendation is to not remove them and keep them as is. To ensure that the plugin ships with all dependencies in use

Check your Nuget packages for these dependencies

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Nice3point
Comment options

@gaborschnierer
Comment options

@Nice3point
Comment options

Answer selected by gaborschnierer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants