DynamoDS / DynamoRevit

Dynamo Libraries for Revit
https://dynamobim.org
328 stars 184 forks source link

Add host info to StartConfiguration and bump Dynamo version to beta6715 #2999

Closed zeusongit closed 8 months ago

zeusongit commented 8 months ago

Purpose

Note: PR base set to upgrade_to_net7

This PR adds HostAnalyticsInfo to RevitStartConfiguration, as it is now added to its parent IStartConfiguration interface. From R2025, Dynamo is receiving a not null Application.Current object which was used to differentiate between sandbox and host environment in Dynamo. This has caused some bugs, so now we can use this object (HostAnalyticsInfo) to determine the host in Dynamo codebase.

DynamoCore version bumped to 3.0.0-beta6715

Declarations

Check these if you believe they are true

Reviewers

@QilongTang @mjkkirschner @Mikhinja

zeusongit commented 8 months ago

I do not have write permissions to this repo, can someone merge this?

QilongTang commented 8 months ago

Hi @zeusongit I was going to wait for @Mikhinja to finish the review