Update DSL to 2022.04.x
I'm trying to update my project using documentation
after finishing all steps I have problem in one extension method. Error is saying "Unresolved reference: toExtId" and only available import that IntelliJ is proposing is "import jetbrains.buildServer.configs.kotlin.v10.toExtId" but after using it I have error "Unresolved reference: v10" it looks like it is not available in new "latest" packages from article.
What can I do to finish update process and use toExtId?
Please sign in to leave a comment.
Process to update DSL-
Upgrading firmware (in most cases) will reset all settings backto defaults. This includes the login passwords, the IP address andInternet connection settings provided by your ISP. Please ensureyou have backed this information up before proceeding.
We recommend performing a reset to factory defaults after anyfirmware upgrade to avoid conflicts with prior configurations.
Do NOT upgrade firmware from a computerconnected wirelessly. Use a computer that connects to the routerusing an Ethernet cable. You may cause the router to becomeinoperable due to the wireless connection dropping while theupgrade is in process.
To upgrade the firmware of your router, you will first need todownload the required files from the D-Link Support page for thisrouter. After saving it to a local storage device (e.g. harddrive),you will have to unzip the file.
Once this is done, log in to the web configuration interface, goto the TOOLS or MAINTENANCE tab and click on the UPDATE FIRMWARE button on theleft-hand side. Click on Browse, browse to andselect the file that you saved before, then click on Update Firmware or Firmware.
The router will then copy the new firmware into its memory andperform the update, after which it will reboot. This will takeapproximately three minutes.
Regards,
Rachel Gomez
Hi Dominik,
Are you still facing this issue? May I ask you from which specific TC version are you trying to update from?
The following post might also help you finding the cause of the issue:
https://teamcity-support.jetbrains.com/hc/en-us/community/posts/115000467984-Kotlin-settings-unresolved-references-in-IDE
If it does not help, could you please also share a sample project without any sensible data reproducing the issue via our secure upload service and share the ID back with us? Please add also any relevant logs and screenshots.
Thank you,
Guilherme
I'm struggling with the same issue. It's not clear after updating the DSL to the latest version how to get back to using this extension method. Dominik Jeske did you find a solution.
I guess I figured it out. Looks like there is a .toId that replaces toExtId. I have yet to test to ensure it's the same but looks like it is.
I confirm ToId resolved the problem - https://youtrack.jetbrains.com/issue/TW-79657