Commit a39d010
Revert LangVersion to 12.0 and Roslyn to 4.11.0 to fix test failures
The LangVersion 14.0 change caused compilation issues with net8.0 and net9.0 frameworks, breaking tests. Since C# 14 implicit extensions aren't fully available yet in current Roslyn versions, keeping LangVersion at 12.0 while implementing forward-compatible code is the right approach.
Co-authored-by: PhenX <42170+PhenX@users.noreply.github.com>1 parent eeacd62 commit a39d010
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments