Commit 94f75bc
authored
Update System.Text.Json to latest in source generators project (#8497)
## Summary of changes
Update System.Text.Json to latest in source generators project
## Reason for change
In #7944 we downgraded the version of System.Text.Json due to a [bug in
Rider](https://youtrack.jetbrains.com/projects/RIDER/issues/RIDER-132634/Source-Generated-files-missing-when-using-System.Text.Json),
which caused the IDE doesn't index source generated files using the last
version of the package properly, causing invalid missing values:
<img width="2148" height="980" alt="image"
src="https://github.com/user-attachments/assets/5c113a18-9126-4a57-9cda-eb1168a41876"
/>
The issue is marked as fixed, and I can't reproduce it locally any more,
so we should be safe to update
<img width="695" height="235" alt="image"
src="https://github.com/user-attachments/assets/7a1392bb-751f-46a6-b2e5-bfca27eff0ad"
/>
## Implementation details
Bummp the System.Text.Json value to latest
## Test coverage
Tested the impact locally, and everything else is covered by CI
## Other details
Supersedes #79001 parent 1f527ba commit 94f75bc
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments