* ETABS21
- Shared project for converters
- ETABS21 support
* 21 and 22 Support
- cPlugin.cs and Form1.cs in Shared defined as interfaces. Version specific implementations (basically just the namespaces) created in proj specific files
- Plugins load and selection works in both ETABS versions
* Form1 -> SpeckleForm
* cPlugin base class
- Better to have a cPlugin base class which ETABS21 and 22 inherit. Reduced code duplication
- Better project namespace structure
* s_modality
* dui3 integration
* registers necessary classes
* adds solution to local
* updates packages.lock
* v3 Kick-Off
- Migrated the proof-of-concept to a Shared project
- Some renaming headache
- Use of Speckle.CSI.API NGet package (thanks Jedd)
- Basic selection info works
- Ready for CNX-828 and CNX-835
* Renaming
- Renaming of the solution structure(s) outdated in the Local.sln
* Local.sln Updates
* SDK 3.1.0-dev.200 changes
* s_modality
Code style error
* Remove launchSettings.json from shared
* Removing null supression
---------
Co-authored-by: Björn <steinhagen.bjoern@gmail.com>
* adds 2022,2023,and 2025 versions for civil3d
* removes unnecessary assembly info
* fixes version api issues
* fixes more version api issues
* Update CivilEntityToSpeckleTopLevelConverter.cs
* more fixes
* updates local
* Fun 101
* Update package.lock for tekla project
* Align tekla with new DI
* More alignment
* Add launch setting
* Message for init
* Move project to connectors folder
* Show, activate, focus
* Post build action
* NOT_DEPENDENT for inputs
on slides said that it useful on imports and exports and faster around 20x
* Add doc for InputObjectDependency.NOT_DEPENDENT
* Disable conditions on post build action
* Make it work!
* Move packages to Directory.Packages.props
* Bump tekla package.json to sdk 3.1.0-dev.146
* Add tekla project to Local.sln too
* Update packages.lock
* Rename utils to common
* fix namespaces
* Rhino kind of works
* Fix converter registration
* Fixed circular referece with lazy resolving
* Fixed Rhino8
* Revit 2022 builds
* revit 2023 compiles
* working on revit
* use speckle app for info instead of statics
* lazy init bindings
* Rhino compiles
* Revit compiles
* Autocad 2022 builds
* Autocad/Civil builds
* ArcGIS compiles
* Remove Autofac completely
* format
* React to SDK renames
* fixes for merge
* Update nuget and official sln
* Remove extra projects
* AutoActivate IBrowserBridge and rename it
* add extra null check
* Merge fixes
* Fix convertermanager problem and add tests
* Add new test project to local sln
* Use recursion
* formatting
* resolve circular dep with lazy get
* use new containerized SDK
* Use containered Tracing and Logging
* Autocad loads
* logging builds
* fmt
* Remove console logger and hook up merged logging
* cleanup
* Clean up logging
* use nuget
* Add Logging project to solution then consolidate getting assembly version
* don't need this project anymore
* merge fixes
* add new seq config
---------
Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
* react to renamespacing
* merge dev
* fmt
* initialize things with typeloader
* autocad initialization
* add arcgis
* add more projects to local
* instrument rhino more
* update nugets
* fmt