Forum Discussion
nasheayahu
Sep 02, 2023Copper Contributor
openSUSE Leap 15.4: Development Environment for .NET.
Just begging to develop .NET apps on my openSUSE Leap 15.4, I got this message opening my Blazer project, can anyone link me to instructions on how to setup my environment paths for .NET? During the installs of the required packages, it did not show where they were install. I have successfully test the app in firefox, just need to setup my development environment for .NET.
Thanks!....
1 Reply
- nasheayahuCopper Contributor
Well I did the dotnet --info, found all the folders but, vs code is not setup correctly for what its looking for:
nasheayahu@kbbn7studio:~> dotnet --info .NET SDK: Version: 7.0.400 Commit: 73bf45718d Runtime Environment: OS Name: opensuse-leap OS Version: 15.4 OS Platform: Linux RID: linux-x64 Base Path: /usr/share/dotnet/sdk/7.0.400/ Host: Version: 7.0.10 Architecture: x64 Commit: a6dbb800a4 .NET SDKs installed: 7.0.400 [/usr/share/dotnet/sdk] .NET runtimes installed: Microsoft.AspNetCore.App 7.0.10 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 7.0.10 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Other architectures found: None Environment variables: Not set global.json file: Not found Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/downloadIs there documentation showing how to set this up?