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

add api diff for preview6 #6417

Merged
merged 3 commits into from Jul 3, 2021
Merged

add api diff for preview6 #6417

merged 3 commits into from Jul 3, 2021

Conversation

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

System.Threading.Channels and System.IO LGTM, thank you @Anipik

@@ -0,0 +1,14 @@
# System.Numerics

``` diff
Copy link
Member

Choose a reason for hiding this comment

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

Numerics changes LGTM. CC. @pgovind

@@ -0,0 +1,21 @@
# System.Runtime.Intrinsics.X86

``` diff
Copy link
Member

Choose a reason for hiding this comment

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

Intrinsics LGTM. CC @echesakovMSFT, @pgovind

Do we need to do anything explicit to express these are RequiresPreviewFeatures?
The attribute is in the ref but isn't relayed here and likely not readily visible in the docs/etc

CC. @terrajobst, @carlossanlop, @jeffhandley ^

Copy link
Member

Choose a reason for hiding this comment

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

I created dotnet/dotnet-api-docs#6861 for this.

Copy link
Member

Choose a reason for hiding this comment

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

@Anipik, can we ensure that a particular attribute is included in the future diffs (namely RequiresPreviewFeature)?

@kouvel
Copy link
Member

kouvel commented Jun 30, 2021

For System.Threading, the new ones shown look good to me, but the new APIs from dotnet/runtime#53899 may be missing.

@stephentoub
Copy link
Member

but the new APIs from dotnet/runtime#53899 may be missing.

Those will be in Preview 7.

@halter73
Copy link
Member

This diff appears to be missing the AddEndpointsApiExplorer extension method added here.

Copy link
Member

@karelz karelz left a comment

Choose a reason for hiding this comment

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

System.Net.* namespaces are good

@bartonjs
Copy link
Member

bartonjs commented Jul 1, 2021

System.Security.* LGTM.

I don't see System.IO.Hashing -- I'm guessing full OOBs don't show up?

@Anipik
Copy link
Contributor Author

Anipik commented Jul 1, 2021

I don't see System.IO.Hashing -- I'm guessing full OOBs don't show up?

nope. just the ref packs


``` diff
namespace System.Text {
+ public ref struct SpanLineEnumerator {
Copy link
Member

Choose a reason for hiding this comment

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

Where's the EnumerateLines method that creates this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants