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
I am receiving the following error when I try to run unit tests in azure devops using VSTest.
2024-12-05T18:55:09.6048339Z ##[debug]ProxyRunRequest: HandleLogMessage Entered 2024-12-05T18:55:09.6053905Z ##[error]RunMessage : [xUnit.net 00:00:01.71] Bc.Logic.AncillaryProduct.E2E: Catastrophic error deserializing item #34: System.ArgumentException: An item with the same key has already been added. Key: 7f27d8f5ea80f5832ab67b31a13fc75051225279 2024-12-05T18:55:09.6055246Z ##[debug]Processed: ##vso[task.logissue type=error;]RunMessage : [xUnit.net 00:00:01.71] Bc.Logic.AncillaryProduct.E2E: Catastrophic error deserializing item #34: System.ArgumentException: An item with the same key has already been added. Key: 7f27d8f5ea80f5832ab67b31a13fc75051225279 2024-12-05T18:55:09.6055911Z at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior) 2024-12-05T18:55:09.6057642Z at Xunit.Runner.VisualStudio.VsTestRunner.RunTestsInAssembly(IRunContext runContext, IFrameworkHandle frameworkHandle, LoggerHelper logger, TestPlatformContext testPlatformContext, RunSettings runSettings, IMessageSinkWithTypes reporterMessageHandler, AssemblyRunInfo runInfo)
The text was updated successfully, but these errors were encountered:
Can you provide a repro project?
Sorry, something went wrong.
No branches or pull requests
I am receiving the following error when I try to run unit tests in azure devops using VSTest.
2024-12-05T18:55:09.6048339Z ##[debug]ProxyRunRequest: HandleLogMessage Entered
2024-12-05T18:55:09.6053905Z ##[error]RunMessage : [xUnit.net 00:00:01.71] Bc.Logic.AncillaryProduct.E2E: Catastrophic error deserializing item #34: System.ArgumentException: An item with the same key has already been added. Key: 7f27d8f5ea80f5832ab67b31a13fc75051225279
2024-12-05T18:55:09.6055246Z ##[debug]Processed: ##vso[task.logissue type=error;]RunMessage : [xUnit.net 00:00:01.71] Bc.Logic.AncillaryProduct.E2E: Catastrophic error deserializing item #34: System.ArgumentException: An item with the same key has already been added. Key: 7f27d8f5ea80f5832ab67b31a13fc75051225279
2024-12-05T18:55:09.6055911Z at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
2024-12-05T18:55:09.6057642Z at Xunit.Runner.VisualStudio.VsTestRunner.RunTestsInAssembly(IRunContext runContext, IFrameworkHandle frameworkHandle, LoggerHelper logger, TestPlatformContext testPlatformContext, RunSettings runSettings, IMessageSinkWithTypes reporterMessageHandler, AssemblyRunInfo runInfo)
The text was updated successfully, but these errors were encountered: