Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console Warning: Failed to load XML documentation #7

Closed
valkyrienyanko opened this issue Aug 22, 2021 · 0 comments
Closed

Console Warning: Failed to load XML documentation #7

valkyrienyanko opened this issue Aug 22, 2021 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@valkyrienyanko
Copy link
Contributor

Sometimes this warning pops up in the console, I have no idea why.

Failed to load XML documentation:
System.Threading.ThreadAbortException
  at System.Xml.XmlTextReaderImpl+NodeData.SetNamedNode (System.Xml.XmlNodeType type, System.String localName, System.String prefix, System.String nameWPrefix) [0x00007] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.AddAttribute (System.String localName, System.String prefix, System.String nameWPrefix) [0x0001e] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.AddAttribute (System.Int32 endNamePos, System.Int32 colonPos) [0x0003b] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.ParseAttributes () [0x00263] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.ParseElement () [0x001df] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.ParseElementContent () [0x0016f] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.XmlTextReaderImpl.Read () [0x00085] in <0f9699188f0c414ea6fb5557f5c16d15>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r) [0x00201] in <a9ef27d60e3144519c0741b6584ba229>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r, System.Xml.Linq.LoadOptions o) [0x00005] in <a9ef27d60e3144519c0741b6584ba229>:0 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) [0x00080] in <a9ef27d60e3144519c0741b6584ba229>:0 
  at System.Xml.Linq.XDocument.Load (System.String uri, System.Xml.Linq.LoadOptions options) [0x0000f] in <a9ef27d60e3144519c0741b6584ba229>:0 
  at System.Xml.Linq.XDocument.Load (System.String uri) [0x00000] in <a9ef27d60e3144519c0741b6584ba229>:0 
  at Unity.VisualScripting.XmlDocumentation.GetDocumentationUncached (System.Reflection.Assembly assembly) [0x00094] in C:\Users\VALK-DESKTOP\Documents\Unity Projects\Kittens Rise Up\client\Library\PackageCache\com.unity.visualscripting@1.6.1\Editor\VisualScripting.Core\Documentation\XmlDocumentation.cs:132 
UnityEngine.Debug:LogWarning (object)
Unity.VisualScripting.XmlDocumentation:GetDocumentationUncached (System.Reflection.Assembly) (at Library/PackageCache/com.unity.visualscripting@1.6.1/Editor/VisualScripting.Core/Documentation/XmlDocumentation.cs:136)
Unity.VisualScripting.XmlDocumentation:BackgroundWork () (at Library/PackageCache/com.unity.visualscripting@1.6.1/Editor/VisualScripting.Core/Documentation/XmlDocumentation.cs:49)
System.Reflection.MethodBase:Invoke (object,object[])
Unity.VisualScripting.BackgroundWorker/<>c__DisplayClass0_0:<.cctor>b__3 () (at Library/PackageCache/com.unity.visualscripting@1.6.1/Editor/VisualScripting.Core/Threading/BackgroundWorker.cs:82)
Unity.VisualScripting.BackgroundWorker:Work () (at Library/PackageCache/com.unity.visualscripting@1.6.1/Editor/VisualScripting.Core/Threading/BackgroundWorker.cs:157)
System.Threading.ThreadHelper:ThreadStart ()
@valkyrienyanko valkyrienyanko added the help wanted Extra attention is needed label Aug 22, 2021
@valkyrienyanko valkyrienyanko changed the title Failed to load XML documentation Warning Console Warning: Failed to load XML documentation Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant