-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 Diffs for .Net Core versions earlier than 3.0 #2845
Comments
Hey @wtgodbe you self-assigned this. Have you done any progress on this issue? |
@Anipik did you get a chance to look into this? |
@carlossanlop i already added the api diff for 2.2 and 3.0. i think that we dont need to go back any further as 2.1 and 2.2 are going out of support. |
Okay, thanks @Anipik. Let's close this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have API diffs for all previews of .Net Core 3.0, starting with
3.0-preview1
vs.2.2
: https://github.com/dotnet/core/tree/master/release-notes/3.0/preview/api-diff. We should add diffs for versions earlier than 3.0, starting with 2.2 vs 2.1 and working backwards. Note that this is different from ApiCompat baselines, which exist in the Standard repo for compatibility of various frameworks (and old .Net Standard versions) with the current version of .NetStandard: https://github.com/dotnet/standard/tree/master/src/apicompat/baselines.CC @karelz
The text was updated successfully, but these errors were encountered: