Will Pittenger
CS0006 Can't find metadata dll, but paths are correct
I closed the pull request and made the changes manually as some were junk like indentation "fixes" that broke the indentation. Not indenting inside the
#region
of a cs file is stupid. It makes it harder to follow the code. Also, some of the one-line constructors were remaining that way as more code was anticipated. But there are still issues and I checked those into the branch.198 replies
CS0006 Can't find metadata dll, but paths are correct
https://stackoverflow.com/questions/49477149/relative-paths-in-sln-csproj-files-of-c-sharp-netstandard-project shows I was correct.
198 replies
CS0006 Can't find metadata dll, but paths are correct
With
<ProjectReference Include
paths, what are the paths relative too? I thought it was the location of the csproj file that incldues them. But it insists on adding duplicates only the duplicates are relative to the wrong locations.198 replies
CS0006 Can't find metadata dll, but paths are correct
Though I have a friend who still names everything with names like
P
, Q
, and z
. He makes everything static in as few classes as possible and those are all global. He insists it's readable.198 replies