Reenable SYSLIB0057 and fix the obsolete X509Certificate2 ctor usages
Open
area-networking
task
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
In https://github.com/dotnet/aspnetcore/pull/56655 I had to disable the new SYSLIB0057 warning for the obsolete X509Certificate2 constructors (see https://github.com/dotnet/docs/issues/41662 for details) to unblock the dependency flow.
These suppressions should be reverted and the obsolete usages replaced.
Contributor guide
Assessment
This issue has not been assessed yet.