src/rider/main/kotlin/com/jetbrains/rider/plugins/trxplugin/action/TrxTestsMenuAction.kt [23:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val response = trxImportService.importTrx(file.path) if (response.result == "Failed") { Messages.showErrorDialog( TrxPluginBundle.message(response.message), TrxPluginBundle.message("import.message.error.title") ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/rider/main/kotlin/com/jetbrains/rider/plugins/trxplugin/handlers/TrxFileDropHandler.kt [23:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - val response = trxImportService.importTrx(file.path) if (response.result == "Failed") { Messages.showErrorDialog( TrxPluginBundle.message(response.message), TrxPluginBundle.message("import.message.error.title") ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -