extensions
extensions copied to clipboard
RS1035 violations in report generator projects
RS1035: The symbol is banned for use by analyzers.
The violations occur in the following two projects. System.IO.* APIs are flagged as banned for use in analyzers and source generators. We need to either keep the suppression introduced in #5370 or fix the issues.
See https://github.com/dotnet/roslyn/issues/63290