* 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
* Batches size now affects sending size accurately. Use extensions to help test this
* format
* add more and use extensions
* Rework to make things clear
* Serialize now waits for the scheduler to be completed before returning
* formatting
* wait in deserialize too
* Pass cancellation token to download, refactor how things are passed/created
* responses are now streamed and cancel them earlier
* format
* add manual empty message for sending that definitely knows when the channels are empty
* Fix configure awaits
* more configure await false
* add ability for objectloader to skip server too. add test so both cache and server can't be skipped
* move testing project to correct dir
* remove extra file
* Return fast before traverse for wrong ids
* add and freeze all ids for a shortcut lookup
* add comment
---------
Co-authored-by: Adam Hathcock <adam@hathcock.uk>
* Don't log cancelling
* redo exception handling for receive
* remove null test case
* clean up with Id/Json and more cancels
* Change the exception stacks
* fix serialization test
* make a custom scrubber for internalized exceptions
* clean up
* fix namespaces again :(
* adjust the scrubber
* try to make tests more predictable
* rework exceptions again
* strip out compile files used
* formatting
* custom exception validation
* fix init
* Move serialization to own class
* save serialize test
* add deep clean
* add cancellation test on save to cache
* cancellation tests
* format
* do DI correctly
* receive cancel works
* Add exception handling for SerializeProcess with CancellationTokenSource
* formatting
* add exception test to make sure we handle a server exception
* add extra exception and handling to stop
* add comment and another test
* one last chance for user to cancel
* formatting
* snapshot testing with verify
* formatting
* add back old serialization tests
* pass verify
* use json correctly
* formatting
* Don't use Quibble and order ourselves because ordering doesn't matter
* whitespace on snapshot
* Better json diffing? Quibble is back
* add common project
* add object unit tests to see how verify would work
* format
* move random exes to new solution folder
* update lock files