Commit 5dd76e3
Suppress CA1063 / CA2213 on the ported ResXResourceWriter.
ResXResourceWriter is a verbatim port of the Mono implementation
(see file header). Both warnings are about deliberate decisions in
the upstream port that we preserve for fidelity:
* CA1063 — Dispose() is virtual and the protected Dispose(bool)
isn't, the inverse of the canonical pattern. Mono shape kept.
* CA2213 — the writer's stream / textwriter fields are caller-owned
and intentionally not disposed by the writer.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d38a4fd commit 5dd76e3
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
43 | 48 | | |
44 | 49 | | |
45 | 50 | | |
| |||
0 commit comments