* first pass of making Rhino work: more structs, nested types and some generic work
* ignoring more types to compile
* initial rhino check in. tabs on revit
* more fixes?
* rerun rhino
* more generic fixes
* more rhino fixes
* add interfaces to structs and explicit interfaces
* fix indexers and add exceptions
* Compiles!
* add more collections and better interface implementations
* add static properties on structs
* add static methods to structs
* Deal with out values and System.Drawing
* fmt
* fix up Revit to have old properties/methods
* rerun revit to be updated
* Fake starting to work
* mostly works, need structs and enums
* structs and initial Revit 2023 checkin
* fix up other projects
* Add Architecture
* add Revit UI
* add properties
* add enum names and put in previously ignored virtual methods
* more dealing with vritual/new
* account for non-virtual structs and regenerate revit
* Implement exclusions for types that are too hard
* trying to add constructors
* add static properties but can't be virtual so can't be used
* base constructors and more exclusions
* split things out
* add interfaces and did some implementations
* More fixes and more namespaces
* add non-standard props
* add point clouds and fields for structs
* add exceptions
* generate empty constructors
* fmt
* add base projects
* curve compiles
* more rhino!
* rename a generic type
* add more types
* update package
* move shared to shared
* more types and helpers
* can read everything?
* Started construction
* more additions
* include rhino correctly
* add transform
* all types implemented
* move some and format
* remove proxygen
* remove options as they're always the same
* more cleanup and remove IProxyMapper from host api
* fmt