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

Api diff between 2.2 and 3.0 netcoreapp #3411

Merged
merged 1 commit into from
Sep 23, 2019
Merged

Api diff between 2.2 and 3.0 netcoreapp #3411

merged 1 commit into from
Sep 23, 2019

Conversation

@danmoseley
Copy link
Member

We did a lot of work 🥂

@ericstj
Copy link
Member

ericstj commented Sep 20, 2019

@cstoner for VB

Copy link
Member

@bartonjs bartonjs left a comment

Choose a reason for hiding this comment

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

Crypto, JsonDocument LRTM.

@cstoner
Copy link

cstoner commented Sep 20, 2019

@cstoner for VB

I think you @-ed the wrong person.

@danmoseley
Copy link
Member

@cston is the correct person (thanks @cstoner)

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

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

System.Buffers, System.Drawing, System.Collections and System.ComponentModel look good to me.

@tannergooding
Copy link
Member

System.Numerics (including the tangential ones like System.Math) and System.Runtime.Intrinsics.* look good to me.

@cston
Copy link
Member

cston commented Sep 20, 2019

Microsoft.VisualBasic.* look good to me.

@David-Engel
Copy link

System.Data.SqlClient Looks good to me.

@ahsonkhan
Copy link
Member

ahsonkhan commented Sep 20, 2019

System.Buffers, System.Text.Json/Serialization, System, System.Text, System.Text.Encodings.Web, System.IO.Pipelines, look good to me. Also skimmed the rest (and the layout/etc.), which seem reasonable.

``` diff
{
{
- namespace System.Runtime.CompilerServices {
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

We build the same binary to ship both inbox and OOB. There still remains an Internal.Runtime.CompilerServices.Unsafe type in System.Private.CoreLib but we don't unify this type System.Runtime.CompilerServices.Unsafe.

Here is the record of this decision: https://github.com/dotnet/corefx/issues/33508

Copy link
Member

Choose a reason for hiding this comment

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

@Anipik I don't think it's correct to represent this as a diff. Something is wonky with your method for producing the .md

Copy link

@davidsh davidsh left a comment

Choose a reason for hiding this comment

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

LGTM for System.Net.*

Copy link

@divega divega left a comment

Choose a reason for hiding this comment

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

LGTM for:

  • System.Data
  • System.Data.Common
  • System.ComponentModel.DataAnnotations

@leecow leecow merged commit 2c1acbe into dotnet:master Sep 23, 2019
@Anipik Anipik deleted the 2.2vs3.0 branch September 23, 2019 22:33
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.