microsoft / reverse-proxy

A toolkit for developing high-performance HTTP reverse proxy applications.
https://microsoft.github.io/reverse-proxy
MIT License
8.6k stars 843 forks source link

Suppress SYSLIB0057 in tests #2585

Closed MihaZupan closed 3 months ago

MihaZupan commented 3 months ago

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.