After upgrading my macOS to 10.15 (Catalina) and switching from bash to zsh, as recommended, I'm trying to start svcutil (or any of the other .NET Core tools) from Terminal, but I'm getting the following error message:
zsh: command not found: dotnet-svcutil
Strange, since its location (~/.dotnet/tools, where .NET Core tools are installed by default) is mentioned when checking the path with echo $PATH. How can I solve this?