Open VS -> New Project -> Winform/WPF -> Run
1. Open VS, wait a minute. 2. New Project 3. Run, wait 10 minutes for dependencies to download. 4. Want to use Sublime Text or VS Code, haha lol.
Why would you need 10 minutes?
>dotnet new winforms
>dotnet run
>app appears
takes a few secs
even on old .NET there was no such a thing like 10 min wait for dependencies to load
If you're used to developing on Linux where you can self-host entire repos, it's incredible how fragile and ephemeral the MS stack must feel.
>If you're used to developing on Linux where you can self-host entire repos, it's incredible how fragile and ephemeral the MS stack must feel.
I guess he's talking about restoring nuget packages, so of course you don't want to have all existing nugets in all versions on your disk.
You're playing on hard mode; try using Visual Studio for everything.
Open VS -> New Project -> Winform/WPF -> Run