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

Revert "Remove ref project from Microsoft.AspNetCore.Testing" #2882

Merged
merged 1 commit into from
Jan 18, 2020

Conversation

wtgodbe
Copy link
Member

@wtgodbe wtgodbe commented Jan 18, 2020

Reverts #2817

This broke AspNetCore (see dotnet/aspnetcore#18434):

HttpsTests.cs(118,10): error CS1705: Assembly 'Microsoft.Extensions.Logging.Testing' with identity 'Microsoft.Extensions.Logging.Testing, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' uses 'Microsoft.AspNetCore.Testing, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' which has a higher version than referenced assembly 'Microsoft.AspNetCore.Testing' with identity 'Microsoft.AspNetCore.Testing, Version=3.1.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60' [/Users/runner/runners/2.163.1/work/1/s/src/Servers/Kestrel/test/InMemory.FunctionalTests/InMemory.FunctionalTests.csproj]

Reverting it in order to get a candidate build for 3.1.2. We can always un-revert it if there's an obvious fix that lets us take this change without jeopardizing the release schedule.

CC @JunTaoLuo @dougbu @Pilchie @mmitche

@wtgodbe wtgodbe merged commit 1286a6f into release/3.1 Jan 18, 2020
@wtgodbe wtgodbe deleted the revert-2817-johluo/remove-testing-ref branch January 18, 2020 03:24
@dougbu
Copy link
Member

dougbu commented Jan 18, 2020

Huh? @JunTaoLuo did this to fix a problem that sounds a lot like dotnet/aspnetcore#18434. Would prefer to revert the workaround for the same problem checked into dotnet/aspnetcore.

Put another way, the "Remove ref project from Microsoft.AspNetCore.Testing" change was correct and addressed more than just a useless project.

@wtgodbe
Copy link
Member Author

wtgodbe commented Jan 18, 2020

Huh? @JunTaoLuo did this to fix a problem that sounds a lot like dotnet/aspnetcore#18434. Would prefer to revert the workaround for the same problem checked into dotnet/aspnetcore.

@dougbu do you know offhand what the workaround in AspNetCore is? I'd also prefer to revert that, but wasn't able to remember what (if anything) we did to workaround this in AspNetCore, which presumably caused the failure in that repo once we ingested John's change

@dougbu
Copy link
Member

dougbu commented Jan 18, 2020

do you know offhand

No, it's not coming to me. I remember lots of warning suppressions but there was something else (perhaps instead of the warning suppressions?). I'll look tomorrow if you haven't figured it out by then.

wtgodbe added a commit that referenced this pull request Jan 30, 2020
wtgodbe added a commit that referenced this pull request Feb 4, 2020
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Feb 12, 2020
wtgodbe added a commit that referenced this pull request Feb 13, 2020
JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Feb 15, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Feb 28, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Feb 28, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 2, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 2, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 11, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 25, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 25, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 27, 2020
maryamariyan pushed a commit to maryamariyan/runtime that referenced this pull request Mar 27, 2020
@ghost ghost locked as resolved and limited conversation to collaborators May 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants