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

Suppress SYSLIB0057 in tests #2585

Conversation

MihaZupan
Copy link
Member

This fixes the build failure in #2579

https://learn.microsoft.com/en-gb/dotnet/fundamentals/syslib-diagnostics/syslib0057 suggests new ways to load certs, which are only available with .NET 9.
Since we can't use that yet on older platforms, I'm just suppressing the analyzer in our tests.

@MihaZupan MihaZupan added the Type: Infrastructure Infrastructure work that does not affect the actual shipping code label Aug 27, 2024
@MihaZupan MihaZupan added this to the YARP 2.2 milestone Aug 27, 2024
@MihaZupan MihaZupan merged commit 2b50e20 into microsoft:darc-main-008c2f5b-a6b3-4f2c-a1a9-34f34edab463 Aug 27, 2024
6 checks passed
dotnet-maestro bot added a commit that referenced this pull request Aug 27, 2024
[main] Update dependencies from dotnet/arcade


 - Suppress SYSLIB0057 in tests (#2585)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Infrastructure Infrastructure work that does not affect the actual shipping code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants