-
-
Notifications
You must be signed in to change notification settings - Fork 702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typeless supports interface and abstract #1078
Conversation
I've found DynamicObjectResolver does not ignore abstract type.
Until now, ContractlessStandardResolver has been able to serialize the abstract class (but not deserialize it). |
what reason of test exec failed? |
From the failed test step in the PR build:
That should presumably be reproducible through a local test run. If not, I can update the Azure Pipeline YAML with some updates from my Library.Template repo that includes collection of crash dump files so you can analyze an AzP test process crash locally on your machine. |
thanks, I've found stackoverflow. |
unity build was stalled but other tests completed successfully. |
Fixes #970