The constructors for FailedTestNodeStateProperty do not include the ability to provide extended error information outside of an Exception object.
xUnit.net's error reporting APIs do not include Exception objects. Given our split between runners and execution environment, it may not even be possible for us to re-create instances of the original Exception classes since the types in question may not be available inside the runner infrastructure.
Please provide an alternative way to report errors that allow capturing the essence of Exception without depending on specific instances.
The constructors for
FailedTestNodeStatePropertydo not include the ability to provide extended error information outside of anExceptionobject.xUnit.net's error reporting APIs do not include
Exceptionobjects. Given our split between runners and execution environment, it may not even be possible for us to re-create instances of the originalExceptionclasses since the types in question may not be available inside the runner infrastructure.Please provide an alternative way to report errors that allow capturing the essence of
Exceptionwithout depending on specific instances.