-
Notifications
You must be signed in to change notification settings - Fork 762
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
Conversation
This reverts commit b624d6b.
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. |
@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 |
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. |
…extensions#2817)" (dotnet/extensions#2882) This reverts commit dotnet/extensions@b624d6b.\n\nCommit migrated from dotnet/extensions@1286a6f
…extensions#2817)" (dotnet/extensions#2882) This reverts commit dotnet/extensions@b624d6b.\n\nCommit migrated from dotnet/extensions@1286a6f
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
…extensions#2817)" (dotnet/extensions#2882) This reverts commit b624d6ba91b9c292ff9a2aa786a575b0eaa31b4b. Commit migrated from dotnet/extensions@1286a6f
…otnet/extensions#2817)" (dotnet/extensions#2882)" (dotnet/extensions#2936) This reverts commit 1286a6ff55e300352dabeb6d778c9fcdd258bd08. Commit migrated from dotnet/extensions@7a077d4
Reverts #2817
This broke AspNetCore (see dotnet/aspnetcore#18434):
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