DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
334 stars 187 forks source link

Nuget package publish missing #2860

Open chuongmep opened 2 years ago

chuongmep commented 2 years ago

If this issue is with Dynamo for Revit, please post your issue on the Dynamo for Revit Issues page.

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

Dynamo version

2.6.2

Operating system

Windows 10

What did you do?

Get CurrentSpace Dynamo use Dynamo Package Nuget, have any problem with publish version ? , I tried with version 2.12, it working. Because I want emplement correct version for revit 2021 using last version is 2.6.2.x

What did you expect to see?

I expect don't missing API get WorkspaceModel in Assembly DynamoRevitDS.dll

   WorkspaceModel currentWorkspace = Dynamo.Applications.DynamoRevit.RevitDynamoModel.CurrentWorkspace;
        string fileName = currentWorkspace.FileName.Split('\\').LastOrDefault()??string.Empty;

2.12.x

ảnh

2.6.x

ảnh

I need assembly DynamoRevitDS.dll include in version 2.6.x ảnh

What did you see instead?

ảnh