0

When I create a unit test project in Rider it adds a lot of linked files to the directory:

enter image description here

Is this normal?

I have looked in both the .csproj & .sln and can't see why it is linking files from nuget package cache to project (these files are not in project folder, they are linked directly from location in package cache).

Where are these links specified?

Guerrilla
  • 13,375
  • 31
  • 109
  • 210
  • They came from msbuild targets. When you enable "show all files" mode Rider shows whole project content – xtmq Apr 22 '22 at 16:59
  • Does this also happen for newer platforms, e. g. .NET 6.0? Because .NET Core 2.1 has been deprecated quite some time ago - maybe you're the victim of a bug... – mu88 Apr 25 '22 at 14:59

0 Answers0