Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Rider EAP 5 compatibility #326

Closed
ForNeVeR opened this issue Feb 17, 2024 · 0 comments · Fixed by #327
Closed

Rider EAP 5 compatibility #326

ForNeVeR opened this issue Feb 17, 2024 · 0 comments · Fixed by #327
Assignees

Comments

@ForNeVeR
Copy link
Owner

Currently, it throws exceptions in EAP 5:

Unhandled coroutine throwable

java.lang.NoSuchMethodError: 'java.lang.Object com.jetbrains.rider.build.tasks.BuildTaskThrottler.buildSequentially(com.jetbrains.rider.build.BuildParameters, kotlin.coroutines.Continuation)'
	at me.fornever.avaloniarider.idea.editor.AvaloniaPreviewEditorBase$buildPanel$1$1$1$2$1$1.invokeSuspend(AvaloniaPreviewEditorBase.kt:106)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:115)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:103)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

@ForNeVeR ForNeVeR self-assigned this Feb 17, 2024
ForNeVeR added a commit that referenced this issue Feb 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant