3aa993cecb
* 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
26 lines
708 B
JSON
26 lines
708 B
JSON
{
|
|
"Type": "System.AggregateException",
|
|
"InnerExceptions": [
|
|
{
|
|
"Type": "System.NotImplementedException",
|
|
"Message": "The method or operation is not implemented.",
|
|
"Source": "Speckle.Sdk.Serialization.Tests"
|
|
},
|
|
{
|
|
"Type": "System.NotImplementedException",
|
|
"Message": "The method or operation is not implemented.",
|
|
"Source": "Speckle.Sdk.Serialization.Tests"
|
|
},
|
|
{
|
|
"Type": "System.NotImplementedException",
|
|
"Message": "The method or operation is not implemented.",
|
|
"Source": "Speckle.Sdk.Serialization.Tests"
|
|
},
|
|
{
|
|
"Type": "System.NotImplementedException",
|
|
"Message": "The method or operation is not implemented.",
|
|
"Source": "Speckle.Sdk.Serialization.Tests"
|
|
}
|
|
]
|
|
}
|