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
Trying to decompile themes/generic.baml in PresentationUI, Version=4.0.0.0:
System.NotImplementedException: StaticResourceStart
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ProcessNext()
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ReadInternal()
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadIntoDocument(IAssemblyResolver resolver, AssemblyDefinition asm, Stream stream)
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadBaml(AvalonEditTextOutput output)
The text was updated successfully, but these errors were encountered:
StaticResourceStart is now implemented, but a new exception occurs:
System.ArgumentException: Cannot find StaticResource
Parameter name: identifier
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.GetStaticResource(Int16 identifier) in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:line 1535
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ReadPropertyWithStaticResourceIdentifier() in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:line 1518
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ProcessNext() in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:line 477
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ReadInternal() in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:line 312
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.Read() in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\Ricciolo.StylesExplorer.MarkupReflection\XmlBamlReader.cs:line 291
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(XmlReader reader)
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadIntoDocument(IAssemblyResolver resolver, AssemblyDefinition asm, Stream stream) in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\BamlResourceEntryNode.cs:line 61
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadBaml(AvalonEditTextOutput output) in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\BamlResourceEntryNode.cs:line 52
at ILSpy.BamlDecompiler.BamlResourceEntryNode.<>c__DisplayClass3.b__1() in d:\Projects\SharpDevelop\ILSpy\ILSpy.BamlDecompiler\BamlResourceEntryNode.cs:line 36
Trying to decompile themes/generic.baml in PresentationUI, Version=4.0.0.0:
System.NotImplementedException: StaticResourceStart
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ProcessNext()
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.ReadInternal()
at Ricciolo.StylesExplorer.MarkupReflection.XmlBamlReader.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadIntoDocument(IAssemblyResolver resolver, AssemblyDefinition asm, Stream stream)
at ILSpy.BamlDecompiler.BamlResourceEntryNode.LoadBaml(AvalonEditTextOutput output)
The text was updated successfully, but these errors were encountered: