GymGoer
GymGoer
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Microsoft magic
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Thank you very much guys, big help, I'd probably bash my head on the wall for whole day without you
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
and now I have dependencies and all that stuff from youtube tutorials
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
very based
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
yyeeaaahhh, sdk 8 installed
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Alr, so run the script, now sdk's should be in place?
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
No description
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
No description
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
No SDKs found
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Alright, SDK's installed
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Typical microsoft
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Is it somehow related to azure?
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Alright, getting installed
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
but yeah
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
.4
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
2022
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
No description
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Is it supposed to be installed separately from Visual Studio?
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
Host: Version: 8.0.1 Architecture: x86 Commit: bf5e279d92 RID: win-x86 .NET SDKs installed: No SDKs were found. .NET runtimes installed: Microsoft.AspNetCore.App 8.0.1 [C:\Program Files (x86)\dotnet\shared\Microsoft.AspNetCore.App] Microsoft.NETCore.App 5.0.17 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 6.0.26 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.NETCore.App 8.0.1 [C:\Program Files (x86)\dotnet\shared\Microsoft.NETCore.App] Microsoft.WindowsDesktop.App 5.0.17 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 6.0.26 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App] Microsoft.WindowsDesktop.App 8.0.1 [C:\Program Files (x86)\dotnet\shared\Microsoft.WindowsDesktop.App] Other architectures found: x64 [C:\Program Files\dotnet] registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x64\InstallLocation] Environment variables: Not set global.json file: Not found Learn more: https://aka.ms/dotnet/info Download .NET: https://aka.ms/dotnet/download
102 replies
CC#
Created by GymGoer on 1/17/2024 in #help
Stupid question about Visual Studio
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> </PropertyGroup> </Project>
102 replies