-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unpin Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Logging #25323
Conversation
@bricelam Legit failures here..can you take a look? |
@mmitche Looks like the dependency update brought in breaking changes. Are these intentional? If so, where can we find more information? |
I'm not sure... https://docs.microsoft.com/en-us/dotnet/api/system.span-1.copyto?view=net-5.0 seems to indicate that CopyTo is netstandard 2.1...so something else is going on. |
@ajcvickers I have a hunch and am attempting to update to the p6 sdk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious: Why was an Arcade update needed❔
I thought @bricelam already reacted to logging API changes in this repo❔
Might need newer ASP.NET bits too |
It was a hunch based on one of the previous errors (a missing method exception). I thought there may be a mismatch between the runtime that tests were executing on and the compiled code. It did actually resolve that exception. |
Duplicate of #25244 |
Fixes #25148