Commit 1b8a1e5
fix: Replace net472-incompatible GetValueOrDefault and KeyValuePair deconstruct
GetValueOrDefault on Dictionary and KeyValuePair.Deconstruct are not
available in net472/netstandard2.0. Replace with TryGetValue and
explicit .Key/.Value access.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 812bde3 commit 1b8a1e5
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
770 | 773 | | |
771 | 774 | | |
772 | 775 | | |
| |||
784 | 787 | | |
785 | 788 | | |
786 | 789 | | |
787 | | - | |
| 790 | + | |
788 | 791 | | |
789 | | - | |
790 | | - | |
| 792 | + | |
| 793 | + | |
791 | 794 | | |
792 | 795 | | |
793 | 796 | | |
| |||
0 commit comments