Bump rexml from 3.2.5 to 3.3.9 in /docs
Bumps rexml from 3.2.5 to 3.3.9.
Release notes
Sourced from rexml's releases.
REXML 3.3.9 - 2024-10-24
Improvements
- Improved performance.
- GH-210
- Patch by NAITOH Jun.
Fixes
Fixed a parse bug for text only invalid XML.
- GH-215
- Patch by NAITOH Jun.
Fixed a parse bug that
�x...;is accepted as a character reference.Thanks
- NAITOH Jun
REXML 3.3.8 - 2024-09-29
Improvements
- SAX2: Improve parse performance.
- GH-207
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
- GH-208
- Patch by KITAITI Makoto
Thanks
NAITOH Jun
KITAITI Makoto
REXML 3.3.7 - 2024-09-04
Improvements
... (truncated)
Changelog
Sourced from rexml's changelog.
3.3.9 - 2024-10-24 {#version-3-3-9}
Improvements
- Improved performance.
- GH-210
- Patch by NAITOH Jun.
Fixes
Fixed a parse bug for text only invalid XML.
- GH-215
- Patch by NAITOH Jun.
Fixed a parse bug that
�x...;is accepted as a character reference.Thanks
- NAITOH Jun
3.3.8 - 2024-09-29 {#version-3-3-8}
Improvements
- SAX2: Improve parse performance.
- GH-207
- Patch by NAITOH Jun.
Fixes
- Fixed a bug that unexpected attribute namespace conflict error for the predefined "xml" namespace is reported.
- GH-208
- Patch by KITAITI Makoto
Thanks
NAITOH Jun
KITAITI Makoto
3.3.7 - 2024-09-04 {#version-3-3-7}
Improvements
... (truncated)
Commits
38eaa86Add 3.3.9 entryce59f2eparser: fix a bug that �x...; is accepted as a character referencea09646dtest: fix indentcf0fb9cFixIOSource#readlinefor@pending_buffer(#215)1d0c362OptimizeIOSource#read_untilmethod (#210)622011fBump version036d508test: avoid using needless non ASCII characters4197054Add 3.3.8 entry78f8712Fix handling with "xml:" prefixed namespace (#208)2e1cd64Optimize SAX2Parser#get_namespace (#207)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
:test_tube: Details on Microsoft Windows 10.0.20348
:x: Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfReferenceType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfReferenceType() in /_/src/Moq.Tests/EmptyDefaultValueProviderFixture.cs:line 162
:x: Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfTaskOfValueType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfTaskOfValueType() in /_/src/Moq.Tests/EmptyDefaultValueProviderFixture.cs:line 172
:x: Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfValueType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfValueType() in /_/src/Moq.Tests/EmptyDefaultValueProviderFixture.cs:line 141
:x: Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfValueTypeArray
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.EmptyDefaultValueProviderFixture.ProvidesDefaultValueTaskOfValueTypeArray() in /_/src/Moq.Tests/EmptyDefaultValueProviderFixture.cs:line 151
:x: Moq.Tests.LookupOrFallbackDefaultValueProviderFixture.Handling_of_ValueTask_can_be_disabled
at System.Threading.Tasks.ValueTask`1.get_Result() at Moq.Tests.LookupOrFallbackDefaultValueProviderFixture.Handling_of_ValueTask_can_be_disabled() in /_/src/Moq.Tests/LookupOrFallbackDefaultValueProviderFixture.cs:line 162
:x: Moq.Tests.LookupOrFallbackDefaultValueProviderFixture.Produces_completed_ValueTask
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.LookupOrFallbackDefaultValueProviderFixture.Produces_completed_ValueTask() in /_/src/Moq.Tests/LookupOrFallbackDefaultValueProviderFixture.cs:line 138
:x: Moq.Tests.MockDefaultValueProviderFixture.Mock_wrapped_in_completed_ValueTask_gets_included_in_verification_of_outer_mock
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Behaviors.ReturnBaseOrDefaultValue.Execute(Invocation invocation) in /_/src/Moq/Behaviors/ReturnBaseOrDefaultValue.cs:line 104 at Moq.Mock.Moq.IInterceptor.Intercept(Invocation invocation) in /_/src/Moq/Interception/Mock.cs:line 30 at Moq.CastleProxyFactory.Interceptor.Intercept(IInvocation underlying) in /_/src/Moq/Interception/CastleProxyFactory.cs:line 121 at Castle.DynamicProxy.AbstractInvocation.Proceed() at Castle.Proxies.IFooProxy_1.get_ValueTaskOfMockableType() at Moq.Tests.MockDefaultValueProviderFixture.<Mock_wrapped_in_completed_ValueTask_gets_included_in_verification_of_outer_mock>d__20.MoveNext() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 256 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_default_value_for_ValueTask_of_value_type
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_default_value_for_ValueTask_of_value_type() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 171
:x: Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_empty_value_for_ValueTask_of_emptyable_type
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_empty_value_for_ValueTask_of_emptyable_type() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 181
:x: Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_mocked_value_for_ValueTask_of_mockable_type
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_mocked_value_for_ValueTask_of_mockable_type() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 202
:x: Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_null_for_Task_of_unmockable_reference_type
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_containing_null_for_Task_of_unmockable_reference_type() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 192
:x: Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_of_completed_Task_of_mocked_value_for_ValueTask_of_Task_of_mockable_type
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.MockDefaultValueProviderFixture.Provides_completed_ValueTask_of_completed_Task_of_mocked_value_for_ValueTask_of_Task_of_mockable_type() in /_/src/Moq.Tests/MockDefaultValueProviderFixture.cs:line 213
:x: Moq.Tests.ReturnsExtensionsFixture.Many_parameters_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<Many_parameters_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result>d__69.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 990 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.No_parameters_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<No_parameters_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result>d__67.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 968 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.One_parameter_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<One_parameter_object_return_type__ReturnsAsync_null__returns_completed_ValueTask_with_null_result>d__68.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 979 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_NoParametersRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_NoParametersRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 503
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_NoParametersValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_NoParametersValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 516
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_RefParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_RefParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 529
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_RefParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_RefParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 542
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_ValueParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_ValueParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 555
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_ValueParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsync_on_ValueParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 568
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_NoParametersRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_NoParametersRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 581
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_NoParametersValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_NoParametersValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 594
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_RefParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_RefParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 607
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_RefParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_RefParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 620
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_ValueParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_ValueParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 633
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_ValueParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_on_ValueParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 646
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_onEachInvocation_RefReturnTypeLazyEvaluation
at System.Threading.Tasks.ValueTask`1.get_Result() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_onEachInvocation_RefReturnTypeLazyEvaluation() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 675
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_onEachInvocation_ValueReturnTypeLazyEvaluation
at System.Threading.Tasks.ValueTask`1.get_Result() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncFunc_onEachInvocation_ValueReturnTypeLazyEvaluation() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 661
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncWithDelayDoesNotImmediatelyComplete
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncWithDelayDoesNotImmediatelyComplete() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 787
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncWithDelayReturnsValue
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskReturnsAsyncWithDelayReturnsValue>d__56.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 816 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncWithMinAndMaxDelayAndOwnRandomGeneratorReturnsValue
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskReturnsAsyncWithMinAndMaxDelayAndOwnRandomGeneratorReturnsValue>d__58.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 840 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskReturnsAsyncWithMinAndMaxDelayReturnsValue
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskReturnsAsyncWithMinAndMaxDelayReturnsValue>d__57.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 828 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersNonGenericValueTaskReturnType
at System.Threading.Tasks.ValueTask.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersNonGenericValueTaskReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 688
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 702
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_NoParametersValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 716
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_RefParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_RefParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 730
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_RefParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_RefParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 744
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_ValueParameterRefReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_ValueParameterRefReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 758
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_ValueParameterValueReturnType
at System.Threading.Tasks.ValueTask`1.get_IsFaulted() at Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsAsync_on_ValueParameterValueReturnType() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 772
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsWithDelay
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskThrowsWithDelay>d__60.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 869 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.AsTask() at Moq.Tests.ReturnsExtensionsFixture.<>c__DisplayClass60_0.<ValueTaskThrowsWithDelay>b__2() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 869 ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsWithRandomDelay
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskThrowsWithRandomDelay>d__61.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 887 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.AsTask() at Moq.Tests.ReturnsExtensionsFixture.<>c__DisplayClass61_0.<ValueTaskThrowsWithRandomDelay>b__2() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 887 ----- Inner Stack Trace -----
:x: Moq.Tests.ReturnsExtensionsFixture.ValueTaskThrowsWithRandomDelayAndOwnRandomGenerator
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.ReturnsExtensionsFixture.<ValueTaskThrowsWithRandomDelayAndOwnRandomGenerator>d__62.MoveNext() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 905 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.AsTask() at Moq.Tests.ReturnsExtensionsFixture.<>c__DisplayClass62_0.<ValueTaskThrowsWithRandomDelayAndOwnRandomGenerator>b__2() in /_/src/Moq.Tests/ReturnsExtensionsFixture.cs:line 905 ----- Inner Stack Trace -----
:x: Moq.Tests.SequenceExtensionsFixture.Func_are_invoked_deferred_for_ValueTask
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SequenceExtensionsFixture.<Func_are_invoked_deferred_for_ValueTask>d__16.MoveNext() in /_/src/Moq.Tests/SequenceExtensionsFixture.cs:line 259 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SequenceExtensionsFixture.PerformSequenceAsync_ReturnsAsync_for_ValueTask_with_value_function
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SequenceExtensionsFixture.<PerformSequenceAsync_ReturnsAsync_for_ValueTask_with_value_function>d__6.MoveNext() in /_/src/Moq.Tests/SequenceExtensionsFixture.cs:line 110 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SequenceExtensionsFixture.PerformSequenceValueTaskAsync
at System.Threading.Tasks.ValueTask`1.get_Result() at Moq.Tests.SequenceExtensionsFixture.<PerformSequenceValueTaskAsync>d__2.MoveNext() in /_/src/Moq.Tests/SequenceExtensionsFixture.cs:line 55 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SequenceExtensionsFixture.PerformSequenceValueTaskVoidAsync
at System.Threading.Tasks.ValueTask.get_IsCompleted() at Moq.Tests.SequenceExtensionsFixture.<PerformSequenceValueTaskVoidAsync>d__4.MoveNext() in /_/src/Moq.Tests/SequenceExtensionsFixture.cs:line 85 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupFixture.InnerMock_is_set_if_ValueTask_async_return_value_can_be_determined_and_is_a_mock
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Setup.TryGetInnerMockFrom(Object returnValue) in /_/src/Moq/Setup.cs:line 209 at Moq.MethodCall.<get_InnerMocks>d__14.MoveNext() in /_/src/Moq/MethodCall.cs:line 55 at System.Linq.Enumerable.SingleOrDefault[[TSource]](IEnumerable`1 source) at Moq.Tests.SetupFixture.InnerMock_is_set_if_ValueTask_async_return_value_can_be_determined_and_is_a_mock() in /_/src/Moq.Tests/SetupFixture.cs:line 256
:x: Moq.Tests.SetupTaskResultFixture.Mock_Of__completed_ValueTask
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<Mock_Of__completed_ValueTask>d__9.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 57 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Mock_Of__properties_of__completed_ValueTask
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.SetupReturns(Mock mock, LambdaExpression expression, Object value) in /_/src/Moq/Mock.cs:line 583 at lambda_method(Closure , IPerson ) at System.Linq.Enumerable.First[[TSource]](IEnumerable`1 source, Func`2 predicate) at Moq.Tests.SetupTaskResultFixture.<Mock_Of__properties_of__completed_ValueTask>d__13.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 90 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Mock_Of__property_of__completed_ValueTask
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.SetupReturns(Mock mock, LambdaExpression expression, Object value) in /_/src/Moq/Mock.cs:line 583 at System.Linq.Enumerable.First[[TSource]](IEnumerable`1 source, Func`2 predicate) at Moq.Tests.SetupTaskResultFixture.<Mock_Of__property_of__completed_ValueTask>d__11.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 72 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Setup__completed_ValueTask__Returns
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<Setup__completed_ValueTask__Returns>d__20.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 156 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Setup__completed_ValueTask__Returns_callback
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<Setup__completed_ValueTask__Returns_callback>d__21.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 165 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Setup__completed_ValueTask__Throws
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.SetupTaskResultFixture.<Setup__completed_ValueTask__Throws>d__22.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 174 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<>c__DisplayClass22_0.<<Setup__completed_ValueTask__Throws>b__1>d.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 174 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Setup__completed_ValueTask_from_Func__Throws
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.SetupTaskResultFixture.<Setup__completed_ValueTask_from_Func__Throws>d__23.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 183 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<>c__DisplayClass23_0.<<Setup__completed_ValueTask_from_Func__Throws>b__2>d.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 183 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.Setup__completed_ValueTask_from_Func_with_params__Throws
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.SetupTaskResultFixture.<Setup__completed_ValueTask_from_Func_with_params__Throws>d__24.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 192 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<>c__DisplayClass24_0.<<Setup__completed_ValueTask_from_Func_with_params__Throws>b__2>d.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 192 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupGet__property_of__completed_ValueTask__Returns
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.Setup(Mock mock, LambdaExpression expression, Condition condition) in /_/src/Moq/Mock.cs:line 500 at Moq.Tests.SetupTaskResultFixture.<SetupGet__property_of__completed_ValueTask__Returns>d__28.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 228 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupGet__property_of__completed_ValueTask__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.Setup(Mock mock, LambdaExpression expression, Condition condition) in /_/src/Moq/Mock.cs:line 500 at Moq.Tests.SetupTaskResultFixture.<SetupGet__property_of__completed_ValueTask__Throws>d__29.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 237 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupGet__property_of__completed_ValueTask_from_func__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.Setup(Mock mock, LambdaExpression expression, Condition condition) in /_/src/Moq/Mock.cs:line 500 at Moq.Tests.SetupTaskResultFixture.<SetupGet__property_of__completed_ValueTask_from_func__Throws>d__30.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 247 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__completed_ValueTask__Returns
at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<SetupSequence__completed_ValueTask__Returns>d__34.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 292 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__completed_ValueTask__Throws
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.SetupTaskResultFixture.<SetupSequence__completed_ValueTask__Throws>d__35.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 303 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<>c__DisplayClass35_0.<<SetupSequence__completed_ValueTask__Throws>b__1>d.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 303 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__completed_ValueTask_from_func__Throws
--- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Moq.Tests.SetupTaskResultFixture.<SetupSequence__completed_ValueTask_from_func__Throws>d__36.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 314 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace ----- at System.Threading.Tasks.ValueTask`1.get_IsCompleted() at Moq.Tests.SetupTaskResultFixture.<>c__DisplayClass36_0.<<SetupSequence__completed_ValueTask_from_func__Throws>b__3>d.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 314 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__property_of__completed_ValueTask__Returns
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.SetupSequence(Mock mock, LambdaExpression expression) in /_/src/Moq/Mock.cs:line 606 at Moq.Tests.SetupTaskResultFixture.<SetupSequence__property_of__completed_ValueTask__Returns>d__40.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 357 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__property_of__completed_ValueTask__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.SetupSequence(Mock mock, LambdaExpression expression) in /_/src/Moq/Mock.cs:line 606 at Moq.Tests.SetupTaskResultFixture.<SetupSequence__property_of__completed_ValueTask__Throws>d__41.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 367 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSequence__property_of__completed_ValueTask_from_func__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.Mock.GetDefaultValue(MethodInfo method, Mock& candidateInnerMock, DefaultValueProvider useAlternateProvider) in /_/src/Moq/Mock.cs:line 850 at Moq.Mock.SetupRecursive[[TSetup]](Mock mock, LambdaExpression originalExpression, Stack`1 parts, Func`4 setupLast) in /_/src/Moq/Mock.cs:line 662 at Moq.Mock.SetupSequence(Mock mock, LambdaExpression expression) in /_/src/Moq/Mock.cs:line 606 at Moq.Tests.SetupTaskResultFixture.<SetupSequence__property_of__completed_ValueTask_from_func__Throws>d__42.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 379 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSet__property_of__completed_ValueTask__Callback
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.ActionObserver.Recorder.get_Next() in /_/src/Moq/ActionObserver.cs:line 267 at Moq.ActionObserver.ReconstructExpression[[T]](Action`1 action, Object[[]] ctorArgs) in /_/src/Moq/ActionObserver.cs:line 74 at Moq.Mock`1.SetupSet(Action`1 setterExpression) in /_/src/Moq/Mock`1.cs:line 515 at Moq.Tests.SetupTaskResultFixture.<SetupSet__property_of__completed_ValueTask__Callback>d__44.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 405 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSet__property_of__completed_ValueTask__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.ActionObserver.Recorder.get_Next() in /_/src/Moq/ActionObserver.cs:line 267 at Moq.ActionObserver.ReconstructExpression[[T]](Action`1 action, Object[[]] ctorArgs) in /_/src/Moq/ActionObserver.cs:line 74 at Moq.Mock`1.SetupSet(Action`1 setterExpression) in /_/src/Moq/Mock`1.cs:line 515 at Moq.Tests.SetupTaskResultFixture.<SetupSet__property_of__completed_ValueTask__Throws>d__47.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 436 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
:x: Moq.Tests.SetupTaskResultFixture.SetupSet__property_of__completed_ValueTask_from_func__Throws
at System.Threading.Tasks.ValueTask`1.get_IsCompletedSuccessfully() at Moq.Async.ValueTaskFactory`1.TryGetResult(ValueTask`1 valueTask, TResult& result) in /_/src/Moq/Async/ValueTaskFactory`1.cs:line 41 at Moq.Async.AwaitableFactory`2.Moq.Async.IAwaitableFactory.TryGetResult(Object awaitable, Object& result) in /_/src/Moq/Async/AwaitableFactory`2.cs:line 56 at Moq.Async.Awaitable.TryGetResultRecursive(Object obj) in /_/src/Moq/Async/Awaitable.cs:line 19 at Moq.ActionObserver.Recorder.get_Next() in /_/src/Moq/ActionObserver.cs:line 267 at Moq.ActionObserver.ReconstructExpression[[T]](Action`1 action, Object[[]] ctorArgs) in /_/src/Moq/ActionObserver.cs:line 74 at Moq.Mock`1.SetupSet(Action`1 setterExpression) in /_/src/Moq/Mock`1.cs:line 515 at Moq.Tests.SetupTaskResultFixture.<SetupSet__property_of__completed_ValueTask_from_func__Throws>d__48.MoveNext() in /_/src/Moq.Tests/SetupTaskResultFixture.cs:line 446 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) ----- Inner Stack Trace -----
from dotnet-retest v0.7.1 on .NET 8.0.16 with :purple_heart: by @devlooped