System.ArgumentException: 'IDX10805: Error deserializing json: 'System.String' into 'System.RuntimeType'.'
DebugAssertException: Method Debug.Assert failed with '
', and was translated to Microsoft.VisualStudio.TestPlatform.TestHost.DebugAssertException to avoid terminating the process hosting the test.
This also throws when debugging but doesn't terminate the TestHost.
One presumes it's using System.Text.Json and something has changed, but that is just a guess.
@javiercn does this affect you? @blowdart
Any chance of a work around? When is 5.0 beta scheduled? This specifically blocks tests from running right now and .net 5 RC is go live.
@leastprivilege I don't think so, we have our own logic to deal with the dev secret
can't repro with RC2
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@javiercn does this affect you? @blowdart