You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the last step of the tutorial and dependabot fails due to colons on XMLs
How to reproduce
Go to Step 4
Run it
You get error
Unhandled exception: Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 10, position 23. /home/dependabot/dependabot-updater/repo/code/test/AttendeeTest/AttendeeTest.csproj
---> System.Xml.XmlException: Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 10, position
You can fix it removing colons on *.csproj files
The text was updated successfully, but these errors were encountered:
Dependabot Fails on step 4 due to colons on XMLs
Run the last step of the tutorial and dependabot fails due to colons on XMLs
How to reproduce
Unhandled exception: Microsoft.Build.Exceptions.InvalidProjectFileException: The project file could not be loaded. Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 10, position 23. /home/dependabot/dependabot-updater/repo/code/test/AttendeeTest/AttendeeTest.csproj
---> System.Xml.XmlException: Name cannot begin with the ' ' character, hexadecimal value 0x20. Line 10, position
The text was updated successfully, but these errors were encountered: