ligershark / template-builder

This project will output a NuGet package which can be used to help create Visual Studio Item Templates and Project templates
Other
42 stars 28 forks source link

The "GenerateTemplatePackReport" task failed unexpectedly #97

Open johnpaulcreates opened 7 years ago

johnpaulcreates commented 7 years ago

Hi, I've been working on an extension and its been working fine, but i've started getting this error (see below) when i try to build it. Can any one help me track down which file is causing the error?

Thanks.

Error The "GenerateTemplatePackReport" task failed unexpectedly. System.Xml.XmlException: 'I' is an unexpected token. Expecting white space. Line 17, position 105. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String arg) at System.Xml.XmlTextReaderImpl.ThrowExpectingWhitespace(Int32 pos) at System.Xml.XmlTextReaderImpl.ParseAttributes() at System.Xml.XmlTextReaderImpl.ParseElement() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r) at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o) at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options) at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options) at LigerShark.TemplateBuilder.Tasks.TemplateDocument.get_Document() at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.<>cDisplayClassc.b2(TemplateDocument d) at System.Linq.Enumerable.d223.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.<GetEnumerator>d__1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable1.d1.MoveNext() at System.Linq.Buffer1..ctor(IEnumerable1 source) at System.Linq.OrderedEnumerable`1.d1.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Linq.Enumerable.Count[TSource](IEnumerable1 source) at LigerShark.TemplateBuilder.Tasks.GenerateTemplatePackReport.Execute() at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute() at Microsoft.Build.BackEnd.TaskBuilder.d__26.MoveNext() CodeMonkey