A lot of exceptions in Rider 2023.2 EAP*
See original GitHub issueRider 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:
- Created 4 months ago
- Reactions:1
- Comments:6 (4 by maintainers)
Top 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 >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
Works fine now 👍
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).