Closed enioluwas closed 1 month ago
Tagging subscribers to this area: @dotnet/area-extensions-logging
Learn Build status updates of commit dd3cbfb:
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.Logging/ILogger.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 21a34ed:
Please follow instructions here which may help to resolve issue.
File | Status | Preview URL | Details |
---|---|---|---|
[]() | :x:Error | Details | |
xml/Microsoft.Extensions.Logging/ILogger.xml | :x:Error | Details |
Failed to load 1 files, aborting...
Intenal Several Error: System.Xml.XmlException: '"' is an unexpected token. The expected token is '='. Line 146, position 467.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowUnexpectedToken(String expectedToken1, String expectedToken2)
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.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 f490ee1:
File | Status | Preview URL | Details |
---|---|---|---|
xml/Microsoft.Extensions.Logging/ILogger.xml | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
Summary
As described in the issue, the
ILogger
extension methods defined inLoggerExtensions
pass in a formatter that ignores theexception
parameter passed in. This is being made clear so that developers do not assume otherwise.Fixes #10318