Getting System.ArgumentException after upgrade from 20180304114938 version
See original GitHub issueHi. Getting this error after upgrading to latest version. Tried to upgrade a week ago it was same. 20180304114938 version works fine.
Unhandled Exception: System.ArgumentException: An item with the same key has already been added. Key: 221395250
at System.ThrowHelper.ThrowAddingDuplicateWithKeyArgumentException(Object key)
at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)
at MiniCover.HitServices.HitTestMethod.Read(BinaryReader binaryReader)
at MiniCover.HitServices.HitTestMethod.Deserialize(Stream stream)
at MiniCover.Hits.TryReadFromFile(String file)
at MiniCover.Reports.OpenCoverReport.Execute(InstrumentationResult result, String output, Single threshold)
at MiniCover.Program.<>c__DisplayClass0_6.<Main>b__13()
at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
at MiniCover.Program.Main(String[] args)
Issue Analytics
- State:
- Created 5 years ago
- Comments:26 (10 by maintainers)
Top Results From Across the Web
System.ArgumentException error on delegate type after upgrade
System.ArgumentException error on delegate type at runtime after upgrading OpenEdge version and therefore the .NET controls being used. System.
Read more >Get help with Windows upgrade and installation errors
See some of the most common upgrade and installation errors for Windows 10 and Windows 11, and what you can do to try...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
how is the fix, we are still sitting on 20180304114938
ok thank for sharing I think I may have found the reason to that. need to find a proper way to fix this.