Skip to content

API Changes in Dynamo 3.0

aparajit-pratap edited this page Oct 26, 2023 · 4 revisions

APIs marked for obsoletion for 3.0 have been removed.

  • IStartConfiguration has a new NoNetworkMode property that needs to be added by classes implementing the interface
  • Dynamo.Logging.Analytics.DisableAnalytics has been converted from a public field to a public property with an internal setter
  • Dynamo.Applications.StartupUtils.MakCLIModel(string asmPath, string userDataFolder, string commonDataFolder, HostAnalyticsInfo info = new HostAnalyticsInfo(), bool isServiceMode = false) has been replaced by MakeCLIModel(CommandlineArguments args)
  • Dynamo.Applications.StartupUtils.MakeModel(bool CLImode, string asmPath = "", HostAnalyticsInfo info = new HostAnalyticsInfo()) has been replaced by MakeModel(bool CLImode, bool noNetworkMode, string asmPath = "", HostAnalyticsInfo info = new HostAnalyticsInfo())

Releases

Roadmap

How To

Dynamo Internals

Contributing

Python3 Upgrade Work

Libraries

FAQs

API and Dynamo Nodes

Clone this wiki locally