Skip to content

Conversation

@gewarren
Copy link
Contributor

@gewarren gewarren commented Mar 3, 2022

Updating the baseline APIs before trying to add the .NET 7 Preview 1 APIs in #7786. These changes are due to the release of mdoc 5.8.7.

 Build.Reason:Manual by Genevieve Warren
 Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=280667&view=results
 source_repo.branch:master
 source_repo.url:https://apidrop.visualstudio.com/_git/binaries
@ghost ghost added the area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable. label Mar 3, 2022
Copy link
Member

@jkoritzinsky jkoritzinsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InteropServices looks good

@gewarren gewarren changed the title CI Update - Update baseline CI Update - Update baseline for mdoc 5.8.7 Mar 3, 2022
@opbld34

This comment was marked as outdated.

@opbld34

This comment was marked as outdated.

@opbld30
Copy link

opbld30 commented Mar 4, 2022

Docs Build status updates of commit 153a000:

✅ Validation status: passed

File Status Preview URL Details
xml/Microsoft.Extensions.Logging/EventId.xml 💡Suggestion View Details
xml/Microsoft.Extensions.Primitives/StringSegment.xml 💡Suggestion View Details
xml/FrameworksIndex/netcore-1.0.xml ✅Succeeded
xml/FrameworksIndex/netcore-1.1.xml ✅Succeeded
xml/FrameworksIndex/netcore-2.0.xml ✅Succeeded
xml/FrameworksIndex/netstandard-1.5.xml ✅Succeeded
xml/FrameworksIndex/netstandard-1.6.xml ✅Succeeded
xml/Microsoft.Extensions.Configuration/ConfigurationBuilder.xml ✅Succeeded View
xml/Microsoft.Extensions.DependencyInjection/AsyncServiceScope.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging.Abstractions/LogEntry`1.xml ✅Succeeded View
xml/Microsoft.Extensions.Logging.Console/ConsoleFormatter.xml ✅Succeeded View
xml/Microsoft.Extensions.Primitives/StringTokenizer.xml ✅Succeeded View
xml/Microsoft.Extensions.Primitives/StringValues.xml ✅Succeeded View
xml/System.Buffers/ReadOnlySequence`1.xml ✅Succeeded View
xml/System.Buffers/SequenceReader`1.xml ✅Succeeded View
xml/System.Buffers/StandardFormat.xml ✅Succeeded View
xml/System.Collections.Generic/KeyValuePair`2.xml ✅Succeeded View
xml/System.Collections.Immutable/ImmutableArray`1.xml ✅Succeeded View
xml/System.Collections.Specialized/BitVector32+Section.xml ✅Succeeded View
xml/System.ComponentModel.Design.Serialization/MemberRelationship.xml ✅Succeeded View
xml/System.Data.Odbc/OdbcDataAdapter.xml ✅Succeeded View
xml/System.Data.OleDb/OleDbCommand.xml ✅Succeeded View
xml/System.Data.OleDb/OleDbConnection.xml ✅Succeeded View
xml/System.Data.OleDb/OleDbDataAdapter.xml ✅Succeeded View
xml/System.Data.SqlClient/SqlConnectionStringBuilder.xml ✅Succeeded View
xml/System.Diagnostics.Metrics/Measurement`1.xml ✅Succeeded View
xml/System.Diagnostics.SymbolStore/SymbolToken.xml ✅Succeeded View
xml/System.Diagnostics/ActivityContext.xml ✅Succeeded View
xml/System.Diagnostics/ActivityCreationOptions`1.xml ✅Succeeded View
xml/System.Diagnostics/ActivityEvent.xml ✅Succeeded View
xml/System.Diagnostics/ActivityLink.xml ✅Succeeded View
xml/System.Diagnostics/ActivitySpanId.xml ✅Succeeded View
xml/System.Diagnostics/ActivityTraceId.xml ✅Succeeded View
xml/System.Diagnostics/CounterSample.xml ✅Succeeded View
xml/System.Diagnostics/TagList.xml ✅Succeeded View
xml/System.DirectoryServices.Protocols/LdapDirectoryIdentifier.xml ✅Succeeded View
xml/System.Drawing/Color.xml ✅Succeeded View
xml/System.Drawing/ColorTranslator.xml ✅Succeeded View
xml/System.Drawing/Point.xml ✅Succeeded View
xml/System.Drawing/PointF.xml ✅Succeeded View
xml/System.Drawing/Rectangle.xml ✅Succeeded View
xml/System.Drawing/RectangleF.xml ✅Succeeded View
xml/System.Drawing/Size.xml ✅Succeeded View
xml/System.Drawing/SizeF.xml ✅Succeeded View
xml/System.Drawing/SystemColors.xml ✅Succeeded View
xml/System.Formats.Asn1/Asn1Tag.xml ✅Succeeded View
xml/System.Formats.Asn1/AsnWriter+Scope.xml ✅Succeeded View
xml/System.Formats.Cbor/CborContentException.xml ✅Succeeded View
xml/System.Formats.Cbor/CborReaderState.xml ✅Succeeded View
xml/System.IO.Enumeration/FileSystemEntry.xml ✅Succeeded View

This comment lists only the first 50 files in the pull request.

xml/Microsoft.Extensions.Logging/EventId.xml

  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:Equals(System.Object) for uid: Microsoft.Extensions.Logging.EventId.Equals(System.Object).
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:GetHashCode for uid: Microsoft.Extensions.Logging.EventId.GetHashCode.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundDocs] Inheridoc tag exists but no inheritdoc found for uid:Microsoft.Extensions.Logging.EventId.GetHashCode.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:ToString for uid: Microsoft.Extensions.Logging.EventId.ToString.
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundDocs] Inheridoc tag exists but no inheritdoc found for uid:Microsoft.Extensions.Logging.EventId.ToString.

xml/Microsoft.Extensions.Primitives/StringSegment.xml

  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:Equals(System.Object) for uid: Microsoft.Extensions.Primitives.StringSegment.Equals(System.Object).
  • Line 0, Column 0: [Suggestion: ECMA2Yaml_Inheritdoc_NoFoundParent] Found no member can be inherited by key:GetHashCode for uid: Microsoft.Extensions.Primitives.StringSegment.GetHashCode.

For more details, please refer to the build report.

Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.

For any questions, please:

@gewarren gewarren merged commit c619764 into main Mar 4, 2022
@gewarren gewarren deleted the baseline-0303 branch March 4, 2022 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-Meta Concerns something that extends across runtime area boundaries, for example, IDisposable.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants