Closed MihaZupan closed 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.
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.