Hello community i have problem with automation script creating probably SDK is not imported how can i import that or other solutions thanks.
Hello,
Could you double check
1. Inside the Terminal (CLI) on your computer.
1. Check if you have *nuget.org* as a known nuget source
dotnet nuget list source
Check that the result contain *nuget.org \[Enabled\]*
Be aware: The first time you run a dotnet command on any computer you'll first get a welcome text. Check below that to see the output of your command.
1. If your sources do not contain *nuget.org* call the following
dotnet nuget add source https://api.nuget.org/v3/index.json -n "nuget.org"
Also, make sure you close all your visual studio instances and then try to create a new automationscript project.
Normally the SDK is available on nuget.org and the last version will be retrieved automatically.
Does that solve the issues you're seeing?


i mean ill send picture below what i've checked on welcome page

Hmm, we did manage to recreate your issue but it's not consistent and it was on an older VS2022 version. Could you check if you've got any updates for VS2022 and if so, apply them? Also are you using a windows PC or a different OS?

yes i have update i'll try later and i will inform you

as i saw from other commentar there is script solution i have only automation script thats probably the point need to update visual studio
Hi Jan the nuget org is Enabled but same issue what else can be