Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Nick Thissen
on
Make sure the "C# for Visual Studio Code (powered by OmniSharp)" extension is installed.

Make sure the "project.csproj" file is created. It provides the ATVO nuget package (v1.2.0 since today).

In most cases, at least after a few seconds or maybe minutes, the package will be downloaded and Intellisense should work. If not, running "dotnet restore" in the terminal should force it and should fix it in seconds. The command should return "Restore completed in xxx ms" otherwise something failed.