RBS not detecting .NET on computer

Hi ! I've got .NET 7.0.100 on ubuntu 22.04, actively using it after having .NET 6 for a long time, Rider and many other apps. But recently downloaded RBS 1.0.7 and it gives me an error while attempting to create new project, that it cannot find .NET SDK. But it is fully present on PC and paths are correct in .bashrc

Hi @Ilya_Begun,

It seems that this is a different error rather than not detecting a .NET installation in general (otherwise you would not see this message). What is the output of dotnet --info? Do you have the .NET 7 SDK installed and not just the .NET 7 runtime?

I have both SDK and runtime, because this is a development machine.
Maybe some issues with installation location that RBS is looking for ?
DOTNET_ROOT and PATH are also OK.

Hi @Ilya_Begun,

We may have resolved this problem in a recent release. Try upgrading.

Thanks for reply, but in 1.1.2 problem remains the same, but you've changed the message slightly ))
image

I reproduced the problem and will investigate a solution. Radzen Blazor Studio however should work if started from a terminal. It should then inherit the PATH environment properly.

Yep, works from terminal, many thanks !

We have just released a new version 1.1.3 which should work as expected even without a terminal.

Many thanks, I confirm that issue had been fixed in 1.1.3