Run Powershell inside VS
I am using VS 2022 with .NET 4.7.2. and I want to run the debugger inside VS instead of having the terminal open as a new Window
6 Replies
Why 4.7.2 :SCshocked:
Is that what is causing the issue?
I got no idea, I am new to this
By the way, even as I have all versions of .NET I can only choose the elder version so that is one of the reasons
Ah I c
I got it to work though with 6.0 and dotnet run command
6 is out of support
newest currently is 8
$newproject
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework.
.NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended.
https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png