Update Azure.Core and xunit dependencies#14036
Conversation
Updating the Azure.Core dependency to the latest version which now doesn't bring in the old System.Net.Http/4.3.0 package anymore and with it other potentially vulnerable packages. Also update xunit to the latest available version: 2.5.1.
18c6ab8 to
10a9c24
Compare
@mmitche can you please help me figure out which feed that is and why the download fails? |
|
Need to add the RTM version of the xunit packages to the dotnet-public feed https://github.com/dotnet/arcade/blob/f5d1610c0943aefc60193d26c43736b2c61a8ed6/Documentation/MirroringPackages.md?plain=1 |
|
Hmm still failing... No idea. |
|
@mmitche the xunit console packages are fetched from the dotnet-eng feed, instead of dotnet-public. Any idea why? We have two options:
|
|
cc @dotnet/arcade-contrib for my above question |
Please don't @ that group as it has 259 people in it. There's a Teams channel where you can ask questions to the Arcade folks. |
@markwilkie might be worth disabling notifications on this team perhaps |
|
Good idea @danmoseley - done. @epananth - any chance you have insight into Victor's question? |
These should be pulled from dotnet-public. See https://github.com/dotnet/arcade/blob/main/Documentation/MirroringPackages.md for how to get them mirrored. |
These get cleared out after an expiration timeout. It's fine to remove items that would never be used for build diagnostics, but if it's something useful for some purpose it's not worth the pain of trying to add it back later when you need it (right now it's obvious what the paths are, but how do you find the path of a file that's not in the list?). |


Updating the Azure.Core dependency to the latest version which now doesn't bring in the old System.Net.Http/4.3.0 package anymore and with it other potentially vulnerable packages.
Also update xunit to the latest available version: 2.5.1.
To double check: