'Edge.js library is not recognized by VS Code Poject

I did the following:

  1. Create a new console application in vscode using dotnet new console.
  2. Add the Edge.js package using NuGet Add-Package command from vscode ctrl-shift-p
  3. When writing the program as follows:
using System;
using EdgeJs;
...

I am getting the error:

The type or namespace name 'EdgeJs' could not be found

What I am going wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source