Below is the tutorial link i followed to build the project in Microsoft Visual Studio Professional 2015 Version 14.0.25431.01 Update 3 with Core Extension DotNetCore.1.0.1-VS2015Tools.Preview2.0.3.exe Installed. it throws some errors when i run the command 'dotnet run'.
Error is:
C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(4,36): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)
C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(4,36): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'System' (are you missing an assembly reference?)
C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Page.aspx.cs(6,20): error CS0111: Type 'Page' already defines a member called 'Page_Load' with the same parameter types
C:\Data\ApprovaOSPOC\ASPNETCOREDEMO1\node_modules\webdriver-js-extender\node_modules\selenium-webdriver\lib\test\data\Redirect.aspx.cs(5,24): error CS0111: Type 'Redirect' already defines a member called 'Page_Load' with the same parameter types