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

Resolve missing triple-slash in Microsoft.Extensions.Primitives #76098

Merged
merged 5 commits into from
Sep 26, 2022

Conversation

Nick-Stanton
Copy link
Member

Resolves much of the missing triple-slash as documented in #43920. Namespace description still is a TODO, and a separate PR will be opened in the api docs repo for it.

To my knowledge, the following are obsolete:

  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)
  • P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity
  • T:Microsoft.Extensions.Primitives.InplaceStringBuilder
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString

@ghost
Copy link

ghost commented Sep 23, 2022

Tagging subscribers to this area: @dotnet/area-extensions-primitives
See info in area-owners.md if you want to be subscribed.

Issue Details

Resolves much of the missing triple-slash as documented in #43920. Namespace description still is a TODO, and a separate PR will be opened in the api docs repo for it.

To my knowledge, the following are obsolete:

  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.#ctor(System.Int32)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(Microsoft.Extensions.Primitives.StringSegment)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.Char)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String)
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.Append(System.String,System.Int32,System.Int32)
  • P:Microsoft.Extensions.Primitives.InplaceStringBuilder.Capacity
  • T:Microsoft.Extensions.Primitives.InplaceStringBuilder
  • M:Microsoft.Extensions.Primitives.InplaceStringBuilder.ToString
Author: Nick-Stanton
Assignees: -
Labels:

area-Extensions-Primitives

Milestone: -

Copy link
Member

@carlossanlop carlossanlop left a comment

Choose a reason for hiding this comment

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

Some minor suggestions. Otherwise, LGTM.

cc @gewarren if you'd like to provide the language review now, before porting.

Copy link
Member

@tarekgh tarekgh left a comment

Choose a reason for hiding this comment

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

Added one comment. LGTM otherwise.

@Nick-Stanton
Copy link
Member Author

Re-requesting after changes to StringSegmentComparer.cs

Copy link
Member

@tarekgh tarekgh left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @Nick-Stanton

@carlossanlop carlossanlop merged commit b914bb6 into dotnet:main Sep 26, 2022
@Nick-Stanton Nick-Stanton deleted the PrimitivesAPIDebt branch September 26, 2022 17:08
@ghost ghost locked as resolved and limited conversation to collaborators Oct 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants