continuous-integrationteamcityresharpercode-inspection

ReSharper Inspections: Unknown tools version 17.0


While running the TeamCity ReSharper inspection command-line tools. There is an error "unknown tools version 17.0" with the following details.

Inspections (ReSharper)
  Unknown tools version: 17.0
  
  --- EXCEPTION #1/1 [LoggerException]
  Message = "Unknown tools version: 17.0"
  ExceptionPath = Root
  ClassName = JetBrains.Util.LoggerException
  HResult = COR_E_APPLICATION=80131600

We noticed this happens after installing VS2022 or VS2022 Build Tools to build agents. Is there a way to fix it?

TeamCity Enterprise 2021.2.2 (build 99660)


Solution

  • Yes, you have to install the R# Command Line Tools (CLT) v2021.3 and enable this tool version in your build configuration. enter image description here

    TeamCity 2021.2.2 does not contain R# CLT 2021.3 by default.