DynamoDS / DynamoWishlist

This is a repository for all wishlist items for Dynamo Core
https://github.com/orgs/DynamoDS/projects/3
Apache License 2.0
15 stars 3 forks source link

Improvement way to resolve NuGet for collaborate open source #230

Closed chuongmep closed 1 year ago

chuongmep commented 1 year ago

If this is an issue for Dynamo Core, please submit your issue on the Dynamo Core issues page or if this is an issue for Dynamo for Revit, please post your issue on the Dynamo for Revit Issues page.

If this issue is not a Wishlist request, please check the Dynamo forum, and start a thread there to discuss your issue.

What improvement/feature would you like to see in Dynamo?

Should be implement nuget allow developer can colaborate image

How would you see this improvement/feature working?

Open Project Dynamo Revit don't have any problem with some package resolve, revit api can accept, In fact, many developers were frustrated when opening this project. If this continues, this is a big limit for developers who want to collaborate with open source.

Please provide any sketch/mock-up or video of your requested improvement/feature

(Fill in here)

mjkkirschner commented 1 year ago

Hi @chuongmep - is there a particular package you found would not download?

wangyangshi commented 1 year ago

image this is my local display, Build it once, these red lines will disappear.

QilongTang commented 1 year ago

@wangyangshi Is D4R still depending on a local install of Revit depending on the branch? If yes, can we document it somehow?

wangyangshi commented 1 year ago

Do you mean RevitAPI? for released branch of D4R, it depends on a fixed version of RevitAPI (like 23.0.0.261 in 2023) for master branch of D4R, it depends on the latest version of RevitAPI (like 24.0.0.315)

QilongTang commented 1 year ago

@wangyangshi Understood, I think we probably lack documenation of how user can get this dll and where can they find it?

wangyangshi commented 1 year ago

@QilongTang RevitAPI.dll and RevitAPIUI.dll are installed with Revit, user can search it in his computer, their path are same with revit.exe. for other versions they can find it on nuget or somewhere I think. do we need to add this explanation in d4r README?

QilongTang commented 1 year ago

@QilongTang RevitAPI.dll and RevitAPIUI.dll are installed with Revit, user can search it in his computer, their path are same with revit.exe. for other versions they can find it on nuget or somewhere I think. do we need to add this explanation in d4r README?

Please do, as a former developer on this repo, I understand how to find them but other developers may not, and admitedly it is hard to figure out which RevitAPI.dll is required for which release branch/master

wangyangshi commented 1 year ago

OK, I will add these info in D4R README

chuongmep commented 1 year ago

Thanks for all, I will check this is problem resolved now.