Commit Graph

80 Commits

Author SHA1 Message Date
Claire Kuang fc46610b5b Update RevitInstance.cs 2024-07-31 11:47:57 +01:00
Claire Kuang 9671745fdb fixes null display value on curves decoded in breps 2024-07-31 11:36:27 +01:00
Adam Hathcock 059253ff39 Revert SQLite to allow side by side (#48) 2024-07-24 11:38:34 +01:00
Adam Hathcock 957a284332 Change DI sig for Server and adjust helpers (#46)
* Change DI sig for Server and adjust helpers

* Remove V1 server transport
2024-07-23 12:35:27 +01:00
Adam Hathcock 5c7a96b960 ensure proper disposal of transports from di factory (#44)
* Rework servertransport to have proper interface and factory

* fmt

* rename class

* exclude factory from tests
2024-07-18 16:13:17 +01:00
Adam Hathcock 58911632e3 add xml docs and they get added to nugets (#45) 2024-07-18 10:05:39 +01:00
Adam Hathcock 9e2f5d57de Merge pull request #43 from specklesystems/add-local
add local config
2024-07-18 09:00:31 +01:00
Adam Hathcock 64267d7697 add local config 2024-07-18 08:32:33 +01:00
Adam Hathcock ee94ac2bf9 Merge pull request #42 from specklesystems/fix-gitversion
Fix gitversion
2024-07-17 15:50:53 +01:00
Claire Kuang 5f8379806d Merge pull request #40 from specklesystems/claire/collections-refactor
refactor(Collections): changes namespace of collections and adds interfaces
2024-07-17 15:09:11 +01:00
Oğuzhan Koral 580521f3b0 Add group proxy (#41) 2024-07-17 15:47:39 +02:00
Adam Hathcock 18ad5f5c11 do pack local 2024-07-17 14:44:21 +01:00
Adam Hathcock fcf4e223f7 version based on branch and more git locally 2024-07-17 14:42:59 +01:00
Claire Kuang a16bc4eae0 updates tests 2024-07-17 14:28:51 +01:00
Claire Kuang a15390ab0d Update Collection.cs 2024-07-17 14:22:37 +01:00
Claire Kuang a2f0270a6e adds old collections namespace deprecation 2024-07-17 14:22:27 +01:00
Claire Kuang 04446b9e79 changes namespace of collections and adds interfaces 2024-07-17 10:40:55 +01:00
Dimitrie Stefanescu f408980a98 Merge pull request #38 from specklesystems/oguzhan/remove-point-value-prop
Have it back
2024-07-17 10:08:55 +01:00
oguzhankoral b70a0c6fe3 Have it back 2024-07-17 11:08:05 +02:00
Dimitrie Stefanescu 7f50e9a09a Merge pull request #37 from specklesystems/oguzhan/remove-point-value-prop
Remove value prop from Point object
2024-07-17 10:01:40 +01:00
oguzhankoral b52d8e0023 Remove value prop from Point object 2024-07-17 11:00:31 +02:00
Oğuzhan Koral e97597596a Merge pull request #36 from specklesystems/oguzhan/fix-point-value-getter
Remove the Point value prop getter
2024-07-17 09:37:17 +02:00
oguzhankoral 4536ecee87 Remove the Point value prop getter 2024-07-17 09:32:05 +02:00
Dimitrie Stefanescu 72b7123f7b Merge pull request #35 from specklesystems/claire/layer-constructor-fix
Fixes Layer class constructors
2024-07-16 17:44:40 +01:00
Claire Kuang 72fe3d1384 Update Layer.cs 2024-07-16 17:38:42 +01:00
Dimitrie Stefanescu 481a095ed3 Merge pull request #34 from specklesystems/dim/dui3/layers
feat(dui3): adds layer concept in core as a poc
2024-07-16 15:03:08 +01:00
Dimitrie Stefanescu e3a5af037e chore: formatting 2024-07-16 14:56:28 +01:00
Dimitrie Stefanescu fe27951d96 feat(dui3): adds layer concept in core as a poc 2024-07-16 14:49:37 +01:00
Jedd Morgan baf5ab0b14 Fixed mistake (#32) 2024-07-16 10:47:56 +01:00
Adam Hathcock 057aef10c0 Merge pull request #31 from specklesystems/fixed-versions
Use GitVersion.MsBuild
2024-07-16 10:16:01 +01:00
Adam Hathcock c35ce07337 remove extra versioning stuff 2024-07-16 10:09:41 +01:00
Jedd Morgan e088e139af fix(core): Fixed regression with displayValue helper functions (#30) 2024-07-16 11:06:50 +02:00
Adam Hathcock dc62aa22b9 Use GitVersion.MsBuild 2024-07-16 10:06:29 +01:00
Adam Hathcock cd67efdfff Use the non-prerelease DoubleNumerics package (#29) 2024-07-16 08:15:28 +00:00
Dimitrie Stefanescu f0124a76c1 Merge pull request #28 from specklesystems/oguzhan/add-name-prop-to-definition
Add name property to definition proxy
2024-07-16 08:45:38 +01:00
oguzhankoral 5d4e14e802 Add name property to definition proxy 2024-07-16 09:28:14 +02:00
Adam Hathcock a88f860c5e Merge pull request #27 from specklesystems/git-version
switch from minver to gitversion
2024-07-15 15:16:35 +01:00
Adam Hathcock 1112ec39ab clean up tests and altcover the integration tests 2024-07-12 15:42:40 +01:00
Adam Hathcock 3ec1007b7b format 2024-07-12 15:21:06 +01:00
Adam Hathcock 82d51af262 fix checkout 2024-07-12 15:20:00 +01:00
Adam Hathcock e83c0125ba oops be linux 2024-07-12 15:17:24 +01:00
Adam Hathcock b23e91651c switch from minver to gitversion 2024-07-12 15:15:19 +01:00
Jedd Morgan db88dbe6d0 Avoid wrapping cancellation exception (#26) 2024-07-11 14:58:08 +01:00
Jedd Morgan da792173ff Added new Version Mutations (#25) 2024-07-11 14:03:02 +01:00
Jedd Morgan 51f0c26838 Re added level public setter for Revit Column (#24)
* Readded revit wall level setter

* csharpier

* Revit Column
2024-07-11 09:33:06 +01:00
Jedd Morgan cb14c43381 Readded revit wall level setter (#23) 2024-07-10 16:56:19 +00:00
Adam Hathcock ea68a245b8 Use a different minver id for now 2024-07-10 17:01:06 +01:00
Adam Hathcock c5df445483 git version 2024-07-10 16:50:37 +01:00
Adam Hathcock adadaa4d91 add dev to main build 2024-07-10 16:47:08 +01:00
Adam Hathcock 6e46fd2f8a use more build fun for nugets (#22)
* add license file

* use more build for nugets
2024-07-10 15:45:06 +00:00