Unpin Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Logging#25323
Unpin Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Logging#25323mmitche wants to merge 2 commits intodotnet:mainfrom
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. |
dougbu
left a comment
There was a problem hiding this comment.
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