* add parallelism on exception after count test
* use scoped token source correctly
* format
* Centralized token usage and made sqlite busy timeout be 5 seconds
* restore write parallelism to 4
* add to comment
* First pass of ObjectSaver and better in-memory usage
* fix some tests
* add commit to match deserialize process
* correct more tests
* format
* make a deserialize factory
* fix tests? and format
* use distinct
* Fix mismerge
* Fix serialization issues with tests
* fix merges
* follow copilot suggestions
* remove disables
* change registration to take strings and TypeLoader isn't public
* remove unused transports
* more test fixes
* fmt
* add Application object back
* First pass of ObjectSaver and better in-memory usage
* fix some tests
* add commit to match deserialize process
* correct more tests
* format
* make a deserialize factory
* fix tests? and format
* use distinct
* Fix mismerge
* Fix serialization issues with tests
* fix merges
* follow copilot suggestions
* remove disables
* refactor error handling to no propagate through channels. Use cancellation to shut down on exception
* don't try to shutdown scheduler when exception happens...handle tokens in a tree
* some cleanup
* ConfigureAwait(false) again
* Add test and clean up exception handling
* fmt
* fixed tests
* region class
* comments
* adjusted constructor
* todos
* comment
* change displayValur to curves
* small refactor
* assign correct property
* generalize display value
* some minor xml changes
* transform meshes; bbox not required
* remove comment
* Update Region.cs
---------
Co-Authored-By: Claire Kuang <kuang.claire@gmail.com>
Co-Authored-By: Adam Hathcock <adamhathcock@users.noreply.github.com>
* region class
* comments
* adjusted constructor
* todos
* comment
* change displayValur to curves
* small refactor
* assign correct property
* generalize display value
* some minor xml changes
* transform meshes; bbox not required
* remove comment
* Update Region.cs
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com>
Co-authored-by: Adam Hathcock <adamhathcock@users.noreply.github.com>
* maybe all objects need to be false
* fmt
* remove extra code form hosts
* fix build
* add speckle serializer exception test
* add DownloadObjects and DownloadSingleObject test
* fmt
* add HasObjects test
* BaseItem tests
* adjust code and add test for UploadObjects
* Remove try/catch
* can't test compressed? use lib to parse multipart
* remove unused verify snapshots
* Cancel all channels when first exception happens then throw that exception
* Use single exception to end things.
* fix verifications
* fmt
* Fix tests as stacktrace was removed
* Handle one exception and cancel on receive
* moved ThrowIfFailed and made throw speckle exceptions
* Fixed tests
* fmt