question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A lot of exceptions in Rider 2023.2 EAP*

See original GitHub issue

Rider and R# 2023.2 contains breaking API change. Which produce a lot of exceptions when MoqComplete installed. I will prepare fix for that issue.

--- EXCEPTION #1/2 [TypeLoadException]
Message = “Could not load type 'JetBrains.ReSharper.Psi.CSharp.Tree.IRegularParameterDeclaration' from assembly 'JetBrains.ReSharper.Psi.CSharp, Version=777.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325'.”
ExceptionPath = Root.InnerException
ClassName = System.TypeLoadException
HResult = COR_E_TYPELOAD=80131522
Source = Abc.MoqComplete.Rider
TypeLoadClassName = JetBrains.ReSharper.Psi.CSharp.Tree.IRegularParameterDeclaration
TypeLoadAssemblyName = “JetBrains.ReSharper.Psi.CSharp, Version=777.0.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325”
TypeLoadResourceID = -2146233054
StackTraceString = “
  at Abc.MoqComplete.CompletionProvider.MockVariableNameProvider.AddLookupItems(CSharpCodeCompletionContext context, IItemsCollector collector)
     at JetBrains.Util.Logging.Logger.CatchIgnoreException[TValue,TException](Func`1 F, TValue defaultValue) in CatchIgnoreException.il:line IL_0032 mvid B953
”

Issue Analytics

  • State:closed
  • Created 4 months ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
erri120commented, Jun 2, 2023

Works fine now 👍

1reaction
ltrzesniewskicommented, May 24, 2023

Many thanks for the PR, that’s really helpful!

I’ll release a new version soon, I just need to figure out how all of this works 😅 (the previous maintainer left and someone else needs to takes over).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Debugger Variables view shows a lot of 'Mono.Debugging ...
Version: 2023.2 EAP 10. Build: 232.8660.134. Timezone: Europe/Berlin Evaluation: true. Environment: RD-232.8660.134, JRE 17.0.7 7-b1000.6x64 ...
Read more >
JetBrains Rider - prevent debug from stopping on exception
I have some handled System.Net.WebException s in my code. When I try to debug the application, Rider always stops on these exceptions, but...
Read more >
JetBrains Rider (@JetBrainsRider) / X
Rider 2023.2 EAP 6 introduces AI Assistant – a context-aware, dotNET-savvy, built-in sidekick that will take your development to the next level.
Read more >
Rider 2023.2 incompatibility · Issue #2
IntelliJ 2023.2 has renamed certain things in its workspace model API, and the plugin started to throw exceptions in 2023.2 EAP builds of...
Read more >
chaitosbackren/download-rider-eap
One of the features that was introduced in Rider 2023.2 EAP 4 is improved ... the evaluation options, the exception settings, and more....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found