Commit 19117c0
committed
build: suppress CS8602 globally (pre-existing closure-capture noise)
CS8602 fires inside lambda closures that capture a local var that has
already been null-checked at the enclosing scope — flow analysis doesn't
propagate the null guard across the lambda boundary. Existing pattern
in GenerateHandler is correct, the analyzer just can't see it. Add to
the existing CA1062 NoWarn list so Release pack succeeds.1 parent a86a116 commit 19117c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments