8 Commits

Author SHA1 Message Date
Adam Hathcock 9e36d2b21c fixes (#26) 2024-07-01 13:45:49 +00:00
Adam Hathcock d60cf47f51 Readd central management and packages for github and nuget (#25)
* Readd central management and packages for github and nuget

* Try to fix references

* fix polysharp

* getting rid of stuff and packable and change host type

* revert to windows requirement
2024-07-01 14:36:40 +01:00
Adam Hathcock d482bf1087 Generate fakes (#24)
* 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
2024-07-01 13:55:55 +01:00
Adam Hathcock c3e27793cb More Revit updates: Use Polysharp, record and helpers for Casting and Calling (#17)
* Use Polysharp, record and helpers for Casting and Calling

* fmt

* centrally manage poly sharp
2024-06-17 08:43:57 +00:00
Adam Hathcock b33487a40d Fix nuget dependencies (#5) 2024-06-07 11:29:48 +01:00
Adam Hathcock eb555b49e8 Initial test fixes (#3)
* make unit utils available

* fixes from initial converters

* fmt

* fix up builds

* fix GA

* forgot we're building on windows

* oops use powershell
2024-06-07 10:31:22 +01:00
Adam Hathcock 706b788177 Add CI build (#1)
* add package management and build

* add GA workflows

* add build files

* change build permissions

* add MinVer and GitHub source link

* get packing right
2024-06-06 12:08:19 +01:00
Adam Hathcock 475d8d889e Initial check in of used types 2024-06-06 09:03:39 +01:00