Skip to content
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

Catastrophic error deserializing item #34. System.ArgumentException: An item with the same key has already been added #427

Open
vgurramdt opened this issue Dec 5, 2024 · 1 comment

Comments

@vgurramdt
Copy link

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)

@bradwilson
Copy link
Member

Can you provide a repro project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants