BoolBySigma / UpdateNetCorePackageInfo

SORRY THIS IS NO LONGER MAINTAINED
1 stars 0 forks source link

Root Project issue #1

Closed rondefreitas closed 7 years ago

rondefreitas commented 7 years ago

Using .NET Core projects and Visual Studio 2017 in VSTS on visualStudio online. Every project I try to use this with (even with the default settings) results in the following:

File 'C:/agent/_work/52/s/src/#########################.csproj' does not contain a root Project. Make sure it is a project file.

rondefreitas commented 7 years ago

looks like this may have been related to a bad migrate. Will reopen after investigation if required.

maxpower720 commented 7 years ago

I'm seeing the same thing - also on a migrated project.

naishx commented 6 years ago

I solved the problem by changing the encoding. Somehow visual studio saves the .csproj always with encoding UTF-8-BOM if you change the encoding back (with notepad++ for example) to UTF-8 the error disappears.