aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
258 stars 124 forks source link

DotNetCore Reference issue #1014

Open SurabhiSaklani opened 7 years ago

SurabhiSaklani commented 7 years ago

I've given reference in project.json file.

"dependencies": { "Microsoft.AspNetCore.TestHost": "1.0.0", "dotnet-test-nunit": "3.4.0-beta-2", "Microsoft.NETCore.App": { "type": "platform", "version": "1.0.1" }, "Moq": "4.6.38-alpha", "NUnit": "3.5.0", "JobSchedulerService": { "target": "project" } },

But in my cs file i can not access namespace , it is saying ,namespace could not be found. Please give some solution.

SurabhiSaklani commented 7 years ago

When i am running project from command prompt , it is running successfully . but in visual studio it is throwing issue 'could not found reference for particular namespace'.

Please provide help.