We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are two issues that occasionally cause the nightly build to fail:
X UnitTest.TestWinRT.Array_Nested_Call [45ms] Error Message: System.ArgumentException : Value does not fall within the expected range.
Error Message: System.InvalidOperationException : Attempt to update previously set global instance. Stack Trace: at System.Runtime.InteropServices.ComWrappers.RegisterForTrackerSupport(ComWrappers instance)
in both cases, the failing unit test itself may vary
The text was updated successfully, but these errors were encountered:
fixed ComWrappers issue (2), but range exception (1) still occurring
Sorry, something went wrong.
Haven't seen the issue recently. Open new issue if it comes back.
Successfully merging a pull request may close this issue.
There are two issues that occasionally cause the nightly build to fail:
X UnitTest.TestWinRT.Array_Nested_Call [45ms]
Error Message:
System.ArgumentException : Value does not fall within the expected range.
Error Message:
System.InvalidOperationException : Attempt to update previously set global instance.
Stack Trace:
at System.Runtime.InteropServices.ComWrappers.RegisterForTrackerSupport(ComWrappers instance)
in both cases, the failing unit test itself may vary
The text was updated successfully, but these errors were encountered: