Commit 9ceacaf
Unify CharToHexLookup as ReadOnlySpan<byte>
Now that Span<T>/ReadOnlySpan<T> live in the System namespace on all TFMs,
the RVA-backed `static ReadOnlySpan<byte> Prop => new byte[] {...}` idiom
compiles correctly on net461/netstandard2.0 too. Collapse the NETCOREAPP /
net461 ifdef around CharToHexLookup into a single ReadOnlySpan<byte> property
and drop the now-unused SA1201 pragma block.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3827c43 commit 9ceacaf
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 39 | | |
46 | 40 | | |
47 | 41 | | |
| |||
0 commit comments