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
When somebody wants to remove Paket created references from the project naive approach is to delete paket.references file. It takers some time to realize that the only effect it has - Paket does not look at that project anymore, but does not remove existing references from it either. Approach which works is to have empty paket.references file - then references indeed get removed.
Ideally removal of the paket.references file should have the same effect, but it may be ineffective performance wise as it would require to look inside each and every project. If performance impact appear to be substantial, then the trick with empty paket.references file should be documented.
The text was updated successfully, but these errors were encountered:
I'm glad you did! Trick with empty Paket.references really looked as a clumsy workaround. I would hate to have it documented as a proper way of removing references. Now it is much more natural.
When somebody wants to remove Paket created references from the project naive approach is to delete paket.references file. It takers some time to realize that the only effect it has - Paket does not look at that project anymore, but does not remove existing references from it either. Approach which works is to have empty paket.references file - then references indeed get removed.
Ideally removal of the paket.references file should have the same effect, but it may be ineffective performance wise as it would require to look inside each and every project. If performance impact appear to be substantial, then the trick with empty paket.references file should be documented.
The text was updated successfully, but these errors were encountered: