Skip to content

[rider] warning about deprecated function #1224

@MonstraG

Description

@MonstraG

This one, I think, is fairly easy to solve. Rider 2024.1 was released couple of days ago, and it reports that the plugin is using a deprectated function.

Environments

  • IDE Version: JetBrains Rider 2024.1, Build #RD-241.14494.307, built on April 8, 2024
  • Extension Version: 1.6.4
  • CSharpier Version: 0.27.3
    will NOT be the same as the extension version
  • Operating System: Linux
  • .csharpierrc Settings:
  • .editorconfig Settings:

Log Output

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.intellij.csharpier.ReformatWithCSharpierAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.intellij.csharpier]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

Steps to reproduce
?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions