Closed elinor-fung closed 1 month ago
Learn Build status updates of commit 435c2d1:
Please follow instructions here which may help to resolve issue.
File | Status | Preview URL | Details |
---|---|---|---|
[]() | :x:Error | Details | |
xml/System.Reflection/Assembly.xml | :x:Error | Details |
Failed to load 1 files, aborting...
Intenal Several Error: System.Xml.XmlException: The 'Docs' start tag on line 3905 position 8 does not match the end tag of 'value'. Line 3911, position 11.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at ECMA2Yaml.ECMALoader.LoadType(FileItem typeFile)
at ECMA2Yaml.ECMALoader.LoadTypes(String basePath, Namespace ns)
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
Learn Build status updates of commit 4373f9b:
Please follow instructions here which may help to resolve issue.
File | Status | Preview URL | Details |
---|---|---|---|
[]() | :x:Error | Details | |
xml/System.Reflection/Assembly.xml | :x:Error | Details |
Failed to load 1 files, aborting...
Intenal Several Error: System.Xml.XmlException: The '?' character, hexadecimal value 0x3F, cannot be included in a name. Line 6336, position 71.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at ECMA2Yaml.ECMALoader.LoadType(FileItem typeFile)
at ECMA2Yaml.ECMALoader.LoadTypes(String basePath, Namespace ns)
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
Learn Build status updates of commit 9204e7f:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Reflection.Emit/AssemblyBuilder.xml | :white_check_mark:Succeeded | View | |
xml/System.Reflection/Assembly.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Learn Build status updates of commit 5f8b34d:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Reflection.Emit/AssemblyBuilder.xml | :white_check_mark:Succeeded | View | |
xml/System.Reflection/Assembly.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
AppDomain.IsFullyTrusted
is a sibling of this api. Should it get the same treatment?
Learn Build status updates of commit ace30ef:
File | Status | Preview URL | Details |
---|---|---|---|
xml/System.Reflection/Assembly.xml | :white_check_mark:Succeeded | View | |
xml/System/AppDomain.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Summary
Assembly.IsFullyTrusted
andAppDomain.IsFullyTrusted
properties return set values in .NET Core/5+. Make the docs call that out.cc @dotnet/appmodel @jkotas